how set validation Group
-
hi In my one Page i have given two different validation group to different validator.i want on some condition one validation group control check or other on second condition .Those condition i want to check on one button .Is this possible .if Yes then give me some idea.
Jintal Patel
-
hi In my one Page i have given two different validation group to different validator.i want on some condition one validation group control check or other on second condition .Those condition i want to check on one button .Is this possible .if Yes then give me some idea.
Jintal Patel
Jintal Patel wrote:
Is this possible
I believe that Validation Group Control in ASP.NET 2.0 has been added to serve only this purpose. It is Possible.Each Validation control has a
validationControl
property. Use the Property to specify the validationGroup correctly.Note :
Button Control has a ValidationGroup Property to set the appropriate validation.Regards
- J O N -