Posted on: 4/25/2006 9:42:35 PM | Views : 548

As you can see in my subject, is hard to understand what I want [:)]
I tried search before post but I don´t know even how to search this so I couldn't find anything like this, so, sorry if it was posted before.
Here is my question:
I have a textbox for email for example.
There are two validators pointing to it, a RequiredFieldValidator and a RegularExpressionValidator.
But I want that both ErrorMessage's shows in the same place BUT i don't want to control it with my own javascript.
I saw the new 2.0 property ValidationGroup and I can create a ValidationSummary with the same validation group of both textboxes but the problems is that the Button in the page don't validate it unless I add the ValidationGroup property in the button, but at this point it just validate this 2 validators.
I don't think I made myself clear but I hope you understand and try to help me
thx in advance

Go to the complete details ...