Here Mudassar Ahmed Khan has explained with an example, how to search (filter) DataGridView as you type in Windows Forms (WinForms) Application using C# and VB.Net.
By default, the DataGridView will show all records. As soon as user starts to type in the TextBox, the records will be searched in Database and the DataGridView rows will be filtered in Windows Forms (WinForms) Application using C# and VB.Net.
↧