This is a migrated thread and some comments may be shown as answers.

how to know when RadAjaxManager has finished processing the response

1 Answer 49 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
ck
Top achievements
Rank 1
ck asked on 29 Apr 2013, 04:16 PM
Hi,
 Is there a way to raise an event after the RadAjaxManager control finishes processing the response from the server and updates all the controls upon an ajax call?
I have a asp:Hidden field whose value is being set by an ajax call. I want to be able to retrieve the value *after* it is set but there seems to be no way of doing that.

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 01 May 2013, 10:20 AM
Hello Chad,

There is no server event that is fired after the ajax request finishes. However you could handle the client ResponseEnd event and perform your logic on the client or alternatively make additional call to the server and update the hidden field value there.
I hope this helps.

All the best,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Ajax
Asked by
ck
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or