Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Div tags and a grid ?
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00829968
Message ID:
00839484
Views:
18
Hi stephen,
If you want to scroll a datagrid in ASP.NET use the panel control. Place the Grid in a Panel Control and set the foll attributes to the panel control in your form load event or class.

// _pnl is your Panel Control Name
_pnl.Style.Add("Overflow-y","scroll");



Regards,
Fred

>Anybody use div tags for dispaly of a grid? It's a nice look, but I'm having a problem with postback and location in the grid.
>
>Picture of page here:
>http://www.midsouthautos.com/stuff/depappl.JPG
>
>now if I go down the list of models and click on the button to bring it's data into view/edit. I loose reference to the BUTTON on the refresh. Say that the user went down \/ the gird to the 30'th record. When the page resets, the top of the list is what they see. #1 peeve of my users.
>
>Any ideas on how to fix this?
>
>__Stephen
Fred Besterwitch, MCP

The harder you work. The luckier you get.
Previous
Reply
Map
View

Click here to load this message in the networking platform