I new to C#, and trying to make a winform app, i am having problem to search a Database depending upon the text entered in a textbox.
I have added the gridview, when adding a new query, what should be the WHERE clause like to be able to use data from Winform controls?
Also do i need to change the fill table call ?
And is there any Good books that may cover a good amount of similar topic,i.e,working with databases in c# winforms?
Thank you all, in advance..