Thursday, 1 November 2012

Describe the Animation Extender control and the method by which this control is utilized. | Ajax Interview Questions

The Animation Extender control permits you to program fluid animations to the controls that you put on the page. This control allows you to program elements that can move around the page based upon specific end user triggers (such as a button click). There are specific events available against which to program your animations. These events include “OnClick,” “OnHoverOver”, “OnHoverOut”, “OnLoad,” “OnMouseOver,” and
“OnMouseOut,” which are to be constructed as:
<ajaxtoolkit:AnimationExtender id=”ani” targetcontrolid=”anipanel” runat=”Server”>
<asp:panel id—“anipanel” runat=”server”>
</ajaxtoolkit:AnimationExtender>

No comments: