hi guyz.
I want to implement a search functionality in my c# project. I'm using mysql db and I would like the results of my search to display one row in my database based on a unique id field in my database. e.g for a hospital system you can search a patients details using the patients ID number. I'm using windows form application and the c# .xsd data set. Plz explain to me how to link this functionality to a search button. The user enters the patients ID number in a textbox, then clicks the button search.
Thnx