I’m doing a blog website, what i want is when a certain post that the user post a new pagelist will be available im using ListView how can i do it? can someone give me a tutorial or tell me how to do it?
Share
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.
You have to use a DataPager control
To enable users to page through data in either a ListView control or a control that
implements the IPageableItemContainer interface,you can use a DataPager control.
The DataPager control can be inside the LayoutTemplate template or on the page outside
the ListView control. If the DataPager control is not in the ListView control, you must
set the PagedControlID property to the ID of the ListView control.