How to implement Serach functionality with pagination in MVC
I want to implement Serach functionality with pagination in in simple table structure list. How to implement?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anupam SinghPosted Jun 30, 2014, 8:42 AM
You can use WebGrid helper in MVC, read this :
http://www.codeproject.com/Tips/615776/WebGrid-in-ASP-NET-MVC
Hope will help.