I have a Tab on my page. Each tab has separate controls and submit buttons.
I have ValidationGroup for different buttons.
I also enable-disable validators through javascript based on values entered on some of the fields.
So when I use "Page.IsValid", will it only validate for that specific validation group or will it validate all the validators those are hidden or visible on page?
niravparekh
Member
704 Points
427 Posts
Re: .net Validators not working on any browser Chrome, Firefox etc.
Feb 29, 2012 07:09 PM|LINK
Also just to mention some more details.
I have a Tab on my page. Each tab has separate controls and submit buttons.
I have ValidationGroup for different buttons.
I also enable-disable validators through javascript based on values entered on some of the fields.
So when I use "Page.IsValid", will it only validate for that specific validation group or will it validate all the validators those are hidden or visible on page?
Thanks,