Datatable _data Validation

SANCHIT SHARMA

Active member
Joined
Jul 15, 2005
Messages
38
Programming Experience
10+
In our program , datagrid sources is table "AA". With in that table we are capturing following values

xx from to
1 10 15
2 16 25
3 26 31

through select command on datatable we can execute certain checks . But we are facing froblem where , if user capture new information from 5 to 12. we want to stop the user .

My question is , is there any way out to execute Between operater with the SQL statement on Datatable..

Pl Help
 
Back
Top