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

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

java - Using an Integer ArrayList in Android -