Custom Paging in datagrid

A

anon

hi all,
i have tried implementing custom paging using the example from 4 guys
from rolla....however example doesnot work as desired.....i.e when the
pagecount is 1...and current page index is 0(for the first page...then
nothing hapens and it does not move to next page...am i missing
something?

http://www.4guysfromrolla.com/webtech/code/CustPaging.aspx.html

this is the part i m talking about...
Select arg
Case "next":
If (Pubs.CurrentPageIndex < (Pubs.PageCount - 1)) Then
Pubs.CurrentPageIndex += 1
End If

note...i have implemented it in C#....but logic is the same

thanks..
Ben
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Staff online

Members online

Forum statistics

Threads
473,767
Messages
2,569,571
Members
45,045
Latest member
DRCM

Latest Threads

Top