Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Condition
Message
From
07/07/2001 04:52:34
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Condition
Miscellaneous
Thread ID:
00527731
Message ID:
00527731
Views:
42
Hi All,

I have 11 text boxes in my ASP page and using VB Script and Java script
like
text1 text6
text2 text7
text3 text8
text4 text9
text5 text10

i want to enable the text11 if values of right side(text6,7,8...) > than the left side (text1,2,...)

e.g if text6.value > text1.value
but text7.value < text2.value then text11.disable = true

or if text6.value < text1.value
but text7.value > text2.value then text11.disable = true

or if text6.value > text1.value
but text7.value > text2.value then text11.disable = false

i have to check these conditions only when some value exist is left hand side text boxes.


when i build a logic for this i have to put too much if condition. i want to avoid that,so is there any other way i can check the values with simple coding.

Thanks for ur all help,
...ashish
Next
Reply
Map
View

Click here to load this message in the networking platform