c# - How to implement the paging functionality using pagination control in mvc3? -


i implemented paging in mvc3 aspx pages using normal hyperlink control.but if more pages ex:200 pages ,it's occupying space , looks not good.so,i need change or design paging below.

prev 1 2 3 4 5 … 90 next

please tell me how implement paging functionality above in mvc3 pages ? let me know samples on paging implemenation above.

thanks,

try mvc pager. there examples , demos on site.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -