Mine is an asp.net mvc application. I have an index view with rows more than 25. This makes my page render slow. I need to implement pagination in this. I want to limit the no of rows to 6 or so. Please can someone help me on this?
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.
Model:
HtmlHelper:
Controller:
Using: