Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

VS 2005 Web GridView Control Properties

0 views
Skip to first unread message

Ilya

unread,
Nov 6, 2009, 4:11:02 PM11/6/09
to
How to manage GridView Control scrollbar to be visible. It does not appear at
all.
--
Ilya

Mansi Shah

unread,
Nov 23, 2009, 7:25:10 AM11/23/09
to

Hi,

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 ***

0 new messages