Search This Blog

Wednesday, September 1, 2010

Scrollbar in a GridView

Place your gridview inside div as follows..

<div style="width: 100%; height: 200; overflow: auto;">
        <asp:GridView ID="GridViewid1" runat="server">
        </asp:GridView>
    </div>

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.