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.

Re: Ajax Question by Teemu

Teemu
Mon May 12 11:14:06 CDT 2008

Hi,

you can use for example PageRequestManager's isInAsyncPostBack property
http://msdn.microsoft.com/en-us/library/bb383989.aspx

--
Teemu Keiski
AspInsider, ASP.NET MVP
http://blogs.aspadvice.com/joteke
http://teemukeiski.net



"Microsoft Newsserver" <me@nowhere.com> wrote in message
news:eNHHhvAtIHA.1936@TK2MSFTNGP04.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.
>



Re: Ajax Question by Microsoft

Microsoft
Tue May 13 04:30:47 CDT 2008

Teemu, thank you for your help.

Most Appreciated.


"Teemu Keiski" <joteke@aspalliance.com> wrote in message
news:%236F43sEtIHA.1772@TK2MSFTNGP03.phx.gbl...
> Hi,
>
> you can use for example PageRequestManager's isInAsyncPostBack property
> http://msdn.microsoft.com/en-us/library/bb383989.aspx
>
> --
> Teemu Keiski
> AspInsider, ASP.NET MVP
> http://blogs.aspadvice.com/joteke
> http://teemukeiski.net
>
>
>
> "Microsoft Newsserver" <me@nowhere.com> wrote in message
> news:eNHHhvAtIHA.1936@TK2MSFTNGP04.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.
>>
>
>