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?
|