Guest User

Untitled

a guest
May 20th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. bindingSource.Filter = "Age < 21";
  2.  
  3. VisitsDataSource.FilterExpression = "1 = 2";
  4. GridView1.DataBind();
Add Comment
Please, Sign In to add comment