Click here to Skip to main content
15,895,462 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to implement search using mvc3 razor application?

i am doing a real estate project and in that i need to search properties based on places. i want to know how i implement using mvc3 razor application.. Am new to this technology.. Can any one tell me the flow of search ang how to do it..?
Posted
Updated 19-Jul-11 23:32pm
v5
Comments
Keith Barrow 20-Jul-11 4:30am    
Please do not ask very general questions like this, people will assume you want the work done for you, even if this is not the case.
Please clafiy what you mean by "search" do you mean a search engine (like google) or search within a site or something else? Also, please state what your problem is (e.g. getting started/ Algorithms etc). As for it being MVC3, that shouldn't make a difference over other technologies other than the UI aspect.

1 solution

As you are using razor, you need to use javascript OR jQuery for the same.

you need to get data through JSON from controller and parse it to desired location using jQuery.

Try it, let me know if issue.
follow the link here :

JSON with MVC[^]


-Sagar Solanki
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900