Link to home
Start Free TrialLog in
Avatar of jackrock79
jackrock79

asked on

Making a section of page scrollable

Hi,

here is the situation..I have a aspx page A which has a section B as shown below. B has a couple of datagrids one beside the other and the all the data in the datagrids wont fit in the space provided for B. So I want to make the section B scrollable. Can anyone give me any suggestions on doing this? Thanks

*****************
*    A                        *
*          ********    *
*          *  B        *    *
*          *            *    *
*          ********    *
*                              *
*****************
ASKER CERTIFIED SOLUTION
Avatar of gregoryyoung
gregoryyoung
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
http://www.15seconds.com/issue/030630.htm what does this have to do with scrolling an area ?
Avatar of tovvenki
tovvenki

Hi,
you can create scrollable datagrids using Cascading Style Sheet (CSS). Have a look at this article
http://www.microsoft.com/india/msdn/articles/48.aspx

hope that this helps you.

regards,
venki