Filter of my datatable
I tried this code for filter but not work
my datatable is like this
ID Name Age
1 Harsh 6
2 Prasann 5
my code:
dt = dsDecEjID.Tables(0).select ("Age between 6 and 7")
this code give error for between condition. How to add between condition
in datatable.select
No comments:
Post a Comment