For that you can place the gridview in <div>.
Like,
<div style="width:100%; height:300; overflow:auto;">
<asp:GridView ID="GridView1" runat="server">
</asp:GridView>
</div>
Regards,
Mansi Shah
*** Sent via Developersdex http://www.developersdex.com ***