Create animation at runtime

S

shapper

Hello,

I need to create the following code at runtime:

<ajaxToolkit:UpdatePanelAnimationExtender ID="upae"
BehaviorID="animation" runat="server" TargetControlID="updatePanel">
<Animations>
<OnUpdating>
<Parallel duration="0">
<ScriptAction Script="onUpdating();" />
</Parallel>
</OnUpdating>
</Animations>
</ajaxToolkit:UpdatePanelAnimationExtender>

I am having problems in creating the animation at runtime

Dim upaTags as new UpdatePanelAnimationExtender
With upaTags
.ID = "upaTags"
.OnUpdating = ????????????????????????????????????????????
.TargetControlID = "upTags"
End With

Could someone help me out?

Thanks,
Miguel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top