Hai guys,
I really want to know ,
-
when does datapager control comes handy in asp.net?
-
List of controls that uses datapager?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The DataPager control is used with the new ListView control. By factoring it out of the main databinding control, you can position it wherever you want – which lets you be a little more creative. Check out this 10-part series from Scott Mitchell which includes details on its usage with the ListView:
https://web.archive.org/web/20210125144848/http://www.4guysfromrolla.com/articles/021308-1.aspx
You can also use it to improve your SEO:
https://web.archive.org/web/20211029044137/https://www.4guysfromrolla.com/articles/010610-1.aspx
There are a few issues to look out for:
http://leedumond.com/blog/resetting-the-page-index-in-a-listview/