Hi, I would like to know if someone can help me perform a search, in a DataGridView that from a TextBox when writing, that is, in the eventeo KeyPress the table will be refreshed to see the record.
As you can see in the image in textbox where it says Search: by entering for example the name bear that in the Datagridview only shows me that data of the three.
Note: I do not use a database, I keep the data in a txt file and I am using the IDE visual studio 2012 C ++ language
Thank you in advance, I would like you to do a search by name.