c# фильтр datagridview


string namestr = "MyColumnName";
BindingSource.Filter = " name LIKE'" + namestr + "%'";

No comments:

Post a Comment

Note: only a member of this blog may post a comment.