Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click ElementaryDataGridView.DataSource = ElementaryBindingSource dtTableGrd = ElementaryDataGridView.DataSource End Sub Private Sub TextBox1_TextChanged(ByVal sender As Object, ByVal e As EventArgs) Handles TextBox1.TextChanged dtTableGrd.DefaultView.RowFilter = "SchoolName Like '%" & TextBox1.Text & "%'" End Sub
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)