Table of Contents
setAutoDisableContent Method 

Sets a value indicating whether the contents inside the CalllbackPanel control should be automatically disabled during callback.

Syntax
JavaScript
 Callback.setAutoDisableContent(disable)

Parameters

disable
true to disabled the contents during callback, otherwise false.
See Also