Hi, how can i disable a set of controls while waiting for a certain Ajax call to end?
I'm aware of the method:
Sys.WebForms.PageRequestManager.getInstance().add_beginRequest(onSubmit);
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