Click here to Skip to main content
15,892,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,

I am doing the gridview runtime generated textboxes. It contain one lable and 3 textboxes. Which should accept only numeric value. But I want to validate that textboxes. Such as followes:-

=================================
Slab Type | FROM| TO|Commission|
================================
FIRST | 5000|6000|2.5 (Validation required for this line from
should be lesser then TO value)
================================
SECOND |7000|8000|1.5 (Validation required for this line is range should
be bigger then first line and again from is lesser
then to value)
================================
THIRD |9000|10000|0.5 (Validation is same as 2nd line)

How can I do this validtion. Please help me out in this. I am using VB.net.
Thanks in advance.
With Regards,

Pallavi Modak
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900