G
Guest
I know how to make client side paging work in the gridiew control using a
sqlDataSource (and it works great!). But how can I "code" this i.e. I want to
use a dataset as the datasource of the gridview.
I have a stored procedure that returns data based on what parameter is
passed in to it from the page load event of an asp.net form and then I want
to bind the gridview to this dataset. But how can I use client cide paging in
this context?
When I switch on the "enableSortingandPagingCallbacks" property of the
gridview when using a dataset as its source then no data is returned when
paging through the gridview.
Hope you understand what I am asking....
sqlDataSource (and it works great!). But how can I "code" this i.e. I want to
use a dataset as the datasource of the gridview.
I have a stored procedure that returns data based on what parameter is
passed in to it from the page load event of an asp.net form and then I want
to bind the gridview to this dataset. But how can I use client cide paging in
this context?
When I switch on the "enableSortingandPagingCallbacks" property of the
gridview when using a dataset as its source then no data is returned when
paging through the gridview.
Hope you understand what I am asking....