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

[Solved] Replacement for RadAjaxServiceManager Synchronous call

1 Answer 109 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
HHalim
Top achievements
Rank 2
HHalim asked on 21 May 2008, 03:03 PM
I'm planning to move my application from old radcontrols to the asp.net ajax one.

However, going through my code, I hit a roadblock with one existing feature of the radajaxservicemanager synchronous call (PerformAsyncronousRequests="false"). I can't figure out how to do this with the scriptmanager webservice proxy call.

This is a critical feature for my application, the web page must wait when the webservice GetValue(element) method is being called to return a value.

Can anyone suggest a replacement for the old synchronous radajaxservice manager call? Or sometype of workaround that works with asp.net ajax?

Also, anyone knows how to selectively define which calls should be async and which one is sync? Some of the webservices methods can be asynchronous, but they're all synchronous at the moment. This one is  not necessary, but will be great if I can figure it out.

Thanks!

1 Answer, 1 is accepted

Sort by
0
HHalim
Top achievements
Rank 2
answered on 23 May 2008, 05:35 PM
Nevermind.

I think jquery will solve my problem.


Tags
Ajax
Asked by
HHalim
Top achievements
Rank 2
Answers by
HHalim
Top achievements
Rank 2
Share this question
or