Search record

sheen_buhay

New member
Joined
May 8, 2012
Messages
2
Programming Experience
1-3
Hi,

I need help on how to display selected record using datagridview control upon search a specific record.
For instance,

Search by Lastname: <textbox>
DataGridView contains columns Lastname, Firstname, Middlename
Once the user types in the specific Lastname record if there 2 or 3 similar lastnames it will highlight those records on the datagridview.

Thanks.
 
Back
Top Bottom