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!
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!