I was run across issue to paging my list object in asp.net mvc where my object is simply load by LINQ-to-SQL.
Is it some kinds of will_paginates command?
in rails, i can do like
Users.paginate(:all, :page => 1, :page_size => 20)
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.
Check out – http://pagedlist.codeplex.com/
Will create an extension method ToPagedList which can be used like so: