Click here to Skip to main content
15,898,222 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have first name and number text boxes.

and i have one search button.

how to create this and how to search on data base. how to display it.
Posted

1 solution

You would ideally use EF to store your data, then you can use LINQ to SQL to search your data. Actually, MVC3 shows your data, it has nothing to do really with how you write your back end to create the view of data you want to show.

There is no reason why you can't write SQL to search a traditional DB in an MVC3 app.
 
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