Link to home
Start Free TrialLog in
Avatar of Mariyam
Mariyam

asked on

Restricting the Number of Rows Per Page in GridView

Hi,

I have a GridView control in VS.Net 2.0 for which I have paging enabled.  I'd like to list details for each record below.  Is there a way to restrict the number of records displayed per page so that when the control is rendered it only takes up about 25% of the screen leaving the rest of the space avilable for the details?

Thanks.
-Mari
Avatar of naveenkohli
naveenkohli

You can always set the height of the control to 25% provided your page is set to 100% height.
ASKER CERTIFIED SOLUTION
Avatar of DBAduck - Ben Miller
DBAduck - Ben Miller
Flag of United States of America 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
Avatar of Mariyam

ASKER

Thanks.