Here is one way of doing it. Add div tag with fixed width and height and set overflow to auto. (This div tag actually works with any control)
<div style="width: 500px; height: 400px; overflow:auto"> <asp:GridView ID="grid1" runat="server"> </asp:GridView>
</div>
No comments:
Post a Comment