Hello
I have a c#.net application that I am working on putting some validation on the form.
I have 9 regular expression validators on one page and I want to know if it is possible that only one will show up at a time.
Right now if they fail two or more of the validators they all show up but I would like only one to show up and then when they correct that error the next one show up.
Is that possible?
Thank you for any help
Linda
I have a c#.net application that I am working on putting some validation on the form.
I have 9 regular expression validators on one page and I want to know if it is possible that only one will show up at a time.
Right now if they fail two or more of the validators they all show up but I would like only one to show up and then when they correct that error the next one show up.
Is that possible?
Thank you for any help
Linda