I have follow problem: in my table into View i have more than 50 entries(rows). I want to show just a 8 entries pro time, and above the table make some kind of navigation (like 1 2 3 4 5 ..) and if i need to see next 8 entries I#m clicking on the number 2, i see them. I dont know how can i do all this. has somebody any idea? i working with mvc, and i want too that this solution is dynamic, that by more entries automaticly will have longer navigation 56 enties = (1 2 3 4 5 6 7).

Take care, ragims

share|improve this question

feedback

1 Answer

up vote 0 down vote accepted

You need to implement paging for your table.

Check out these answers

http://stackoverflow.com/questions/286022/paged-table-with-asp-net-mvc-and-ajax

http://stackoverflow.com/questions/496470/paging-sorting-grids-with-asp-net-mvc

share|improve this answer
realy helpfull! thank you – Ragims Ragimovs Aug 21 '10 at 12:42
feedback

Your Answer

 
or
required, but never shown
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.