Gridview custom pagination
I need coding for custom paging.
It should be displayed as first previous 1 2 3 4 5 6 7 8 9 10 ....Next last.
it should be increased as 10 ,10 records
and should set the page size with drop down[No of records to display]
I need the above functionality as a user control.
How it can be possible?
Please help me.