Search

You searched for the word(s): userid:729105

Matching Posts

  • Re: Ajax update panel & Double postback.

    I have had a similar problem with the UpdatePanel and double postbacks. However these double postbacks occured in all browsers. I was able to finally figure out the problem and it was caused by double wireing up of the controls to the code behind event. For example: At the top of the page i had: AutoEventWireup ="false" then my button: < asp : Button ID ="btnSave" runat ="server" Text ="Save" OnClick ="btnSave_Click" /> then the actual code
  • Re: Session timeout not reset via controls inside an UpdatePanel

    I have encountered the same issue, but during my search for a solution I found one that actuallly makes sense. It also uses the server to check to see if the user is in sessions. I hope this helps you out. http://geekswithblogs.net/bcaraway/archive/2007/06/02/112942.aspx
  • AnimationExtender Flyout Direction Right to Left

    I have successfully integrated the AJAX animation extender example that comes with the AJAX Controls Toolkit. However, I am trying to make the “flyout” direction to occur going from the right of the screen to the left. I understand that the default direction is left to right, but does anyone know how to make it go the other way? Thank you in advance. Echo7 <script type="text/javascript" language="javascript"> // Move an element directly on top of another element (and optionally
    Posted to ASP.NET AJAX Control Toolkit (Forum) by echo7x on 10/25/2007
Page 1 of 1 (3 items)