G
Greg
I have a page with a gridView list I created. Initially, I used the
ObjectDataSource to populate the tabler, which returns all the records. But,
now I am creating a page to allow the user to filter the records returned,
which I have working fine. I am binding my Dataset to the gridview via the
Code-Behind form. I need this flexibility as I am dealing with a lot of
parameters.
Anyway, I noticed though that now that I am binding a dataset, rather than
using the ObjectDataSource my paging and sorting features no longer work.
How can I get the paging/sorting feature to work using a dataset than I am
binding to my gridview. I've seen some examples that involve quite a bit of
work. I'd like to find out if there are some built in features of the
gridview that would make this work.
Can anyone help me or point me in the right direction?
ObjectDataSource to populate the tabler, which returns all the records. But,
now I am creating a page to allow the user to filter the records returned,
which I have working fine. I am binding my Dataset to the gridview via the
Code-Behind form. I need this flexibility as I am dealing with a lot of
parameters.
Anyway, I noticed though that now that I am binding a dataset, rather than
using the ObjectDataSource my paging and sorting features no longer work.
How can I get the paging/sorting feature to work using a dataset than I am
binding to my gridview. I've seen some examples that involve quite a bit of
work. I'd like to find out if there are some built in features of the
gridview that would make this work.
Can anyone help me or point me in the right direction?