find a record

w1t0ut2

New member
Joined
Mar 10, 2008
Messages
2
Programming Experience
Beginner
Can anyone here can tell me how to use find statement to find a record in a database using dataset and tableadapter??
 
What do you mean? Do you mean searching the dataset for a record or searching the database for a record...?
 
search a record in a datagridview

What do you mean? Do you mean searching the dataset for a record or searching the database for a record...?

what i meant was search a record in the datagridview that loads the TableA using the tableAdapter from the dataset. There is no need to search within the database. it is just searching the records in a datagridview when it is being loaded.

Please and thank you.
 
Back
Top