Need Help UpdateAnimationExtender

Last post 08-07-2008 6:03 PM by skynews. 0 replies.

Sort Posts:

  • Need Help UpdateAnimationExtender

    08-07-2008, 6:03 PM
    • Member
      point Member
    • skynews
    • Member since 08-05-2008, 7:20 AM
    • Posts 1

     Hi i really need help...

    I used updatepanel to do the login of my page and i have one animation in UpdatePanelAnimationExtender1 with TargetControlID="UpdatePanel1"...

    When i click in button1 i do the teste if the login is correct or not, if the login is correct i want  to see the animation, if not i dont want to see...

    I need somethig like thist: (I use VB...)

    Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click

     if (login = False) then

        'DISABLE UpdatePanelAnimationExtender1 or stop the resize animation or something that stop this...

    End if

    End Sub

Page 1 of 1 (1 items)