Ajax Question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Microsoft Newsserver

    Ajax Question

    Hi,

    I have a table inside and ajax update panel. I have a mouseup event which
    is triggered from the cells in the table. However, then I do an ajax call
    which updates the table, sometimes if I click in the cell, the parent elemtn
    is missing. I guess this is simply the time at which the browser is still
    updating itself after the refresh or its happeing during the table update.

    Is there an event which I can use to upate a variable on my page to prevent
    the actions on these click while the update is in progress.

    Thanks.


  • Teemu Keiski

    #2
    Re: Ajax Question

    Hi,

    you can use for example PageRequestMana ger's isInAsyncPostBa ck property


    --
    Teemu Keiski
    AspInsider, ASP.NET MVP





    "Microsoft Newsserver" <me@nowhere.com wrote in message
    news:eNHHhvAtIH A.1936@TK2MSFTN GP04.phx.gbl...
    Hi,
    >
    I have a table inside and ajax update panel. I have a mouseup event which
    is triggered from the cells in the table. However, then I do an ajax call
    which updates the table, sometimes if I click in the cell, the parent
    elemtn is missing. I guess this is simply the time at which the browser is
    still updating itself after the refresh or its happeing during the table
    update.
    >
    Is there an event which I can use to upate a variable on my page to
    prevent the actions on these click while the update is in progress.
    >
    Thanks.
    >

    Comment

    • Microsoft Newsserver

      #3
      Re: Ajax Question

      Teemu, thank you for your help.

      Most Appreciated.


      "Teemu Keiski" <joteke@aspalli ance.comwrote in message
      news:%236F43sEt IHA.1772@TK2MSF TNGP03.phx.gbl. ..
      Hi,
      >
      you can use for example PageRequestMana ger's isInAsyncPostBa ck property

      >
      --
      Teemu Keiski
      AspInsider, ASP.NET MVP


      >
      >
      >
      "Microsoft Newsserver" <me@nowhere.com wrote in message
      news:eNHHhvAtIH A.1936@TK2MSFTN GP04.phx.gbl...
      >Hi,
      >>
      >I have a table inside and ajax update panel. I have a mouseup event
      >which is triggered from the cells in the table. However, then I do an
      >ajax call which updates the table, sometimes if I click in the cell, the
      >parent elemtn is missing. I guess this is simply the time at which the
      >browser is still updating itself after the refresh or its happeing during
      >the table update.
      >>
      >Is there an event which I can use to upate a variable on my page to
      >prevent the actions on these click while the update is in progress.
      >>
      >Thanks.
      >>
      >
      >

      Comment

      Working...