Disable controls while Ajax call in Asp.net

elmatig89

New Member
how can i disable a set of controls while waiting for a certain Ajax call to end?I'm aware of the method:\[code\]Sys.WebForms.PageRequestManager.getInstance().add_beginRequest(onSubmit);\[/code\]but this will be triggered for every updatepanel, not only the one I want to control.Also, an UpdateProgress (maybe with an overlying semitransparent div) is not really disabling.Maybe there's something in ajaxcontroltoolkit?Thanks
 
Back
Top