I’m using MVC3 and webgrid on a system. I like to know if it’s possible to implement a search engine.
My controller has
Return View(service.list)
and return around 50000 records, so it will be nice to search something inside results.
Regards.
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.
I found the solution….
The view (using Razor):
Controller:
The function:
You can found the original post at http://www.cnblogs.com/jack86514/archive/2010/10/26/1861109.html