How to search with parameters in MVC?

Posted by SnowJim on Stack Overflow See other posts from Stack Overflow or by SnowJim
Published on 2010-06-13T15:07:42Z Indexed on 2010/06/13 15:12 UTC
Read the original article Hit count: 147

Filed under:
|
|
|

Hi,

I need to be able to provide a page for the end user where thay can search in the following :

Search work Category Price AdType Location and so on.

Its important that the user can copy the url and then use it later(and get the same settings). Its also important to be able to save these settings on the user in the database.

So far I have created a ModelView class that contains the parameters but I am not sure that this is the right way to go? Maby I should pass all inte the URL.

If so, how do I accomplish this? Is there any samples I could look at?

BestRegards

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about JavaScript