Programmatically go to another page with a ListView?

Posted by Xaisoft on Stack Overflow See other posts from Stack Overflow or by Xaisoft
Published on 2009-12-16T19:56:26Z Indexed on 2010/04/04 16:03 UTC
Read the original article Hit count: 501

Filed under:
|
|

Is there a way to find out what page a ListView item is on and to programmatically go to that page? I have a ListView with a DataPager that controls the paging. The reason for this is that, if I am on Page 2 of the ListView and I navigate away from the page, when I go back, I want to go back to the ListView page I was previously on.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET