Arch4ngel
Well-known member
I have 3 buttons on a page and 1 TextBox.
2 Validator are attached to the textbox (a RegularExpression and a RequiredField). I also have ValidationSummary.
The 3 buttons have CausesValidation to False except for the one called "Add".
When I press the ADD button it doesnt validate correctly.
The required field doesnt work as well as the RegularExpression.
My regular expression is @"\d*".
I thought it should work... but I did wrong ? :-\
N.B.: Tell me if you want code, screenshot or anything else.
2 Validator are attached to the textbox (a RegularExpression and a RequiredField). I also have ValidationSummary.
The 3 buttons have CausesValidation to False except for the one called "Add".
When I press the ADD button it doesnt validate correctly.
The required field doesnt work as well as the RegularExpression.
My regular expression is @"\d*".
I thought it should work... but I did wrong ? :-\
N.B.: Tell me if you want code, screenshot or anything else.