hi
but see this error aniamtion extender could not be set for property animation. why? thank's
hi
but see this error aniamtion extender could not be set for property animation. why? thank's
sorry code:
<cc1:AnimationExtender ID="AnimationExtender2" runat="server" TargetControlID="btn_Animate">
<ajaxToolkit:AnimationExtender ID="ae" runat="server" TargetControlID="ImageButton2" >
<Animations>
<OnClick>
<FadeIn Duration=".5" Fps="20" />
</OnClick>
</Animations>
</ajaxToolkit:AnimationExtender>