ValidatorCalloutExtender Animations In Ajax

Generic animations for the ValidatorCallout extender:-
OnShow -
The OnShow animation will be played each time the validation popup is displayed. The popup will be positioned correctly but hidden. The animation can use <HideAction Visible="true" /> to display the popup along with any other visual effects.
OnHide -
The OnHide animation will be played each time the validation popup is hidden.
Ex:-
<asp:ValidatorCalloutExtender ID="ValidatorCalloutExtender1" runat="Server" TargetControlID="RequiredFieldValidator1">
 <Animations>
<OnShow>
 <Sequence>
 <HideAction Visible="true" />
 <FadeIn Duration="1" MinimumOpacity="0" MaximumOpacity="1" />
 </Sequence>
 </OnShow>

<OnHide>
 <Sequence>
 <FadeOut Duration="1" MinimumOpacity="0" MaximumOpacity="1" />
<HideAction Visible="false" />
 </Sequence>
 </OnHide>
 </Animations>
 </asp:ValidatorCalloutExtender>

1 comment:

  1. This is an amazing blog,it gives very helpful messages to us.Besides that Wisen has established as Best Dot Net Training in Chennai. or learn thru ASP.NET Online Training . Nowadays Dot Net has tons of job opportunities on various vertical industry.


    This is an amazing blog,it gives very helpful messages to us.Besides that Wisen has established as Best Javascript Training in Chennai . or learn thru JavaScript Online Training India. Nowadays JavaScript has tons of job opportunities on various vertical industry.

    ReplyDelete