Creating
a Scrollable DataGrid Web Server Control by Ramakrishna Jillellamudi (DNzone.com)
- uses DIV tag to wrap around DataGrid with OVERFLOW style attribute set to "auto"
or "scroll"; article also shows how to create a scrollable DataGrid with fixed header.
Maintain
Scroll Position in any Page Element by Jim Ross (ASPAlliance.com) - in addition
to creating a scrollable datagrid, this solution also maintains the DataGrid scroll
position between postbacks.