Mike,
Have a closer look at the ValidationGroup property.
Regards
--
Milosz
"Mike" wrote:
> Hi. I have an aspx page containing 2 AJAX UpdatePanels. Both panels contain
> requiredfieldvalidators & each have a validationsummary control. Both panels
> contain a button control that when clicked cause the validation to occur.
>
> Currently if I'm clicking the button in UpdatePanel1 to validate the
> requiredfieldvalidators in UpdatePanel1, UpdatePanel2 requiredfieldvalidators
> also validate. This will also cause the errormessages from validators in
> UpdatePanel2 to display in UpatePanel1's validationsummary control.
>
> How can I run validation for only one specific UpdatePanel on a page, when
> more than one UpdatePanels exist on that page?
>
> Thanks
|