Hi,
I have a top level user control which constructs itself by loading a set of lower level user controls (nesting).
In one of the low level user controls I have declared a GridView in the markup view using the code below
<asp:GridView ID="gv" runat="server"></ Go to the complete details ...