How to use DataPager with Database Paged
Posted
by Fujiy
on Stack Overflow
See other posts from Stack Overflow
or by Fujiy
Published on 2010-03-15T12:46:16Z
Indexed on
2010/03/15
12:49 UTC
Read the original article
Hit count: 215
I am using ListView/DataPager.
For performance reasons I page my results at database, using ROW_NUMBER(SQl2005).
At my C# code just comes one page at time. How can I say to DataPager that I have more rows that really are at my List?
© Stack Overflow or respective owner