Click to See Complete Forum and Search --> : checking textboxes


toink toink
July 14th, 2006, 03:21 AM
i have 6 textboxes in my form
how will i check if these textboxes doesn't have same inputted values?
i have my own solution but seems to me that my could is quite long.
please help
thanks

Shuja Ali
July 14th, 2006, 03:23 AM
i have 6 textboxes in my form
how will i check if these textboxes doesn't have same inputted values?
i have my own solution but seems to me that my could is quite long.
please help
thanks
You either check them one by one or you can check them using a Loop.

Show us your code.

DanielaTm
July 14th, 2006, 11:12 AM
You could use Validated event, to check the data right after is entered- validated actually. So, when you use their values some other later time, you will be sure the value is correct