View Single Post
  #1 (permalink)  
Old 06-24-2008, 12:08 PM
Siten0308 Siten0308 is offline
Programmer
 
Join Date: Jun 2008
Posts: 119
Rep Power: 2
Siten0308 is on a distinguished road
Question wild card string search in C#

Hello

Sorry to bug but more info the better my knowledge will grow right? well anyways on with the question: what is the code to search a wild card in a SQL database after successfully attaching it to your C# program? this wild card for example user can enter telephone number, first name, last name etc and it will pull up the entire user information or if there are a couple of users with the same name, there will be a list below the search bar and you can choose the correct one? i have an idea however it is in SQL running a query like select column from table where = ? or whatever, but how does that go in C# if a person types in a text box for the wild card search and clicks the button?

Sponsored Links