Place a DataGrid, or Any Other Control Or Set of Controls, WITHIN A SCROLLABLE REGON YOUR .NET Web Forms.
By: John Kilgo Date: November 23, 2003 Download The Code.
Printer Friendly Version
There are many times when it is inconvenient or unattractive to have a datagrid or other set of controls longer than the displayable page in the browser. I would prefer the user not to have to scroll the entire page if possible.
THERE IS A WAY OF ANYTHING THIS Does NOTHIN ANETHING AT All to do with .net. It actually has to do with using a style attribute within a
The Example .aspx file (ScrollingGrid.aspx), Which Demonstrates The Technique Is Shown Below.
! <% @ Page Language = "vb" AutoEventWireup = "false" Codebehind = "ScrollingGrid.aspx.vb" Inherits = "DotNetJohn.ScrollingGrid"%>