guys
I have gridview in my Aspx page. On page_load gridview is not showing. gridview is under Div tag.
one dropdownlist is also present inside that Div tag.
this dropdownlist is displaying in webpage but gridview is not.
here is my code:
<div class="scrollcss" style="border-width: medium; border-style: groove; background-color: #006699; width: 676px; height: 443px; ">
<span class="style10"><strong>Department :
</strong>
</span> <asp:DropDownList ID="DropDownList1" runat="server"
Height="28px" Width="251px"
onselectedindexchanged="DropDownList1_SelectedIndexChanged">
</asp:DropDownList>
<br />
<br />
<asp:GridVie ...
Go to the complete details ...