Link to home
Start Free TrialLog in
Avatar of alik13
alik13Flag for United States of America

asked on

Issue with AJAX UpdatePanelAnimationExtender

Hi,

  I have an issue with AJAX UpdatePanelAnimationExtender. I have 2 ASP.NET pages and on one page the below code works fine,
but when I have added it to a second page it produces the error.

<cc1:UpdatePanelAnimationExtender ID="UpdatePanelAnimationExtender1" runat="server"
                                       TargetControlID ="upUTSummary">
                                       <Animations>
                                        <OnUpdating>
                                          <Sequence>
                                            <EnableAction AnimationTarget = "Button1" Enabled = "false" />
                                            <EnableAction AnimationTarget = "upUTSummary" Enabled = "false" />
                                          <Color AnimationTarget = "btnGetUnpostingData"
                                            Duration = "15"
                                            StartValue ="#C00000"
                                            EndValue = "#E0E0E0"
                                            Property = "style"
                                            PropertyKey = "backgroundColor" />
                                          </Sequence>
                                        </OnUpdating>
                                        <OnUpdated>
                                          <Sequence>
                                            <EnableAction AnimationTarget = "Button1" Enabled = "true" />
                                            <EnabledAction AnimationTarget ="upUTSummary" Enabled = "true" />
                                          </Sequence>
                                        </OnUpdated>
                                    </Animations>
                                     </cc1:UpdatePanelAnimationExtender>

Please help!
ASKER CERTIFIED SOLUTION
Avatar of zkeown
zkeown
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of alik13

ASKER

Thank you, but after I have corrected this,  UpdatePanelAnimationExtender still does not work when I click on Bu
ton1 [  I also changed the   <Color AnimationTarget  = "Button1" ]?? Could you please tell me why?
Are you still getting the same ArgumentException as before?
Avatar of alik13

ASKER

No, but it does nothing....