Hello,
I have a gridview bound to a datasource, however there are many rows
in the grid and the user has to scroll down and thus the header row is
obscurred. Is there anyway of keeping these headers visible whilst the
remaining rows move up and down.
Thanks
Robert
Teresita Núñez - SorCereSs - - 06 Mar 2008 01:33 GMT
hope this helps!
http://www.dotnetbips.com/articles/f1baaf4e-ae5a-46d6-b409-03e203ea98d9.aspx

Signature
SorCereSs
MCTS: NET Framework 2.0 - Web-Based Client Development
MCPD: Web Developer
Microsoft Student Partner - Paraguay
Misbah Arefin - 06 Mar 2008 01:46 GMT
try
<div id="xxx" style="overflow:scroll; height:200px;">
<asp:gridview id="xxxxx" ......
</asp:gridview>
</div>

Signature
Misbah Arefin
https://mcp.support.microsoft.com/profile/MISBAH.AREFIN
http://www.linkedin.com/in/misbaharefin
> Hello,
> I have a gridview bound to a datasource, however there are many rows
[quoted text clipped - 4 lines]
> Thanks
> Robert