Hi guys,
I need apply custom paging on a gridview by passing page index and page size. I have a dataset contain all records which are populating from multiple table by using a join query. and based on some condition i filtered records into dataview and in my application dataview used as datasources of a gridview and gridview has allow paging to true.
how would i apply custom paging on this gridview, i mean i want to pass page index and page size on dataview and it will return me a filtered dataview which can be used as data sources for next page index.
Thanks in advances.