asp.net - Fix some controls inside when UserControl has scroll -
i need prevent scrolling entire usercontrol. instead need fix textbox , button @ top scroll gridview. it's scrolling entire user control.
put grid view inside asp:panel , keep rest out of :
<asp:panel scrollbars="vertical" runat="server" id="pnlgrid"> <asp:gridview runat="server" id="grid1"></asp:gridview> </asp:panel>
regards
and guys give users reason while down-voting
Comments
Post a Comment