A Amil Hanish Aug 22, 2006 #1 I have a DataSource that I want to only apply (filter) a subset of the items to a GridView. Can I do this? Amil
I have a DataSource that I want to only apply (filter) a subset of the items to a GridView. Can I do this? Amil
J John Timney \(MVP\) Aug 22, 2006 #2 Theres a reasonable write up here on filtering. http://www.akadia.com/services/dotnet_filter_sort.html Regards John Timney (MVP)
Theres a reasonable write up here on filtering. http://www.akadia.com/services/dotnet_filter_sort.html Regards John Timney (MVP)
A Amil Hanish Aug 22, 2006 #3 This really isn't want I want to do. Assume I have a datasource that contains 100 rows. I want to apply 25 rows to a gridview A on the page. Then on the same page, I want to apply some other rows to gridview B. Etc. Amil
This really isn't want I want to do. Assume I have a datasource that contains 100 rows. I want to apply 25 rows to a gridview A on the page. Then on the same page, I want to apply some other rows to gridview B. Etc. Amil
J John Timney \(MVP\) Aug 22, 2006 #4 Lookup custom paging http://aspnet.4guysfromrolla.com/articles/031506-1.aspx Regards John Timney (MVP)
Lookup custom paging http://aspnet.4guysfromrolla.com/articles/031506-1.aspx Regards John Timney (MVP)