Click here to Skip to main content
15,881,380 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am looking for some code that shows me how to do the following. When the user enters a name in a textbox and the search button is clicked, the name should be searched in a database and the results shown to the user.
Posted
Updated 11-Feb-11 2:13am
v3

1 solution

This article shows how it's done with ASP.NET (sample code included):

http://www.aspnettutorials.com/tutorials/database/searchwithstring-csharp.aspx[^]
 
Share this answer
 
Comments
Pravin Patil, Mumbai 11-Feb-11 8:33am    
Nice link smitha...

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