G
Guest
The default paging behavior of the gridview doesn't work well with very large
sets of data which means we have to implement some sort of custom paging.
The examples I have seen (4guysfromrolla, etc.) suggest using an
ObjectDataSource which has built-in paging functionality that, when used in
conjunction with certain SQL 2005 functionality, only works with the records
to be displayed on the page rather than the entire set. The problem with
using the objectdatasource, for us, is that our users have the ability to
select the fields they want to see, which means we don't know what fields
will be present at design time.
Does anyone have a solution for when the grid fields will be dynamic?
Thanks in advance
sets of data which means we have to implement some sort of custom paging.
The examples I have seen (4guysfromrolla, etc.) suggest using an
ObjectDataSource which has built-in paging functionality that, when used in
conjunction with certain SQL 2005 functionality, only works with the records
to be displayed on the page rather than the entire set. The problem with
using the objectdatasource, for us, is that our users have the ability to
select the fields they want to see, which means we don't know what fields
will be present at design time.
Does anyone have a solution for when the grid fields will be dynamic?
Thanks in advance