here i have one textbox..when writing some text automatically match the String and find all Row..
now ..but in my code..here Only Filter using "ClientName" i want serch that text from all the Column..
How to specify the All The Column in the RowFilter plzz give me solution
private void txtSearch_TextChanged(object sender, EventArgs e) { dv.RowFilter = "ClientName Like '%" + txtSearch.Text + "%'"; dgClientMaster.DataSource = dv; }
This post has been edited by Curtis Rutland: 01 October 2012 - 11:34 AM
Reason for edit:: use code tags