How to remove grid view pagesize?
My gridview shows 10 rows per page, but some rows are too big (some fields
are varchar(100)). For example, "Observations" field: Values can be "None"
or... a very long text. It makes pages have different heights: some are
scrollable and others no.
I wonder if there is a way to ignore/remove the "pagesize" gridview
property and make it shows as many rows as possible with a fixed height(no
vertical scrollbar).
No comments:
Post a Comment