Possible Duplicate:
How to implement search features in ASP.NET MVC applications
I have a program designed using Asp.net MVC and c#
I want a simple way to implement a search for the data that I have using the models and Controllers
I did it by doing a script in a page itself but I want it by using Models
for example I have a table with ( Mean, STD, Parameter , etc )
I want to put these in a dropdownlist and there is a text box to write the value
also, there is a flexibility in adding more than one dropdownlist <<< not important
by the way ,
How to implement search in asp.net mvc , any solutions ?
regard