I have a FormView control on which I’ve enabled paging. It seems to work alright, but what does the control consider to be next/last? Can I control the order in which it pages?
Edit: My data is coming from an Entity Framework object.
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.
Your FormView is connected to some sort of data. The data should be arranged in order that you like. This determines what will be the next/last results.