datapager with custom loading

datapager with custom loading

am 05.01.2008 15:28:00 von Nedim

Is it possible to use DataPager with custom loading classes (I use my own
queries because of filtering and paging) and ListView control?

ListView control is bound to a DataReader and DataReader method accepts page
number and page size? Is there a way to make DataPager use my values and
methods?

Re: datapager with custom loading

am 06.01.2008 14:23:02 von Toze

if you want to control all the process you need to create a custom paging
control

with server side events its simple to control paging...
a simple control with next previous buttons that trigguers events when
clicked. And in the page that olds the grid capture the events and change
the datasource with the new data




"Nedim" wrote in message
news:676E4AD3-3A97-4D05-9939-5D9743649A5D@microsoft.com...
> Is it possible to use DataPager with custom loading classes (I use my own
> queries because of filtering and paging) and ListView control?
>
> ListView control is bound to a DataReader and DataReader method accepts
> page
> number and page size? Is there a way to make DataPager use my values and
> methods?