Welcome Guest Log in
   The topic address is: http://callbackpage.softain.com/Help/CallbackOption/CallbackOption.aspx   Send to a friend
SoftAIN class library
CallbackOption class
See also  Members
Collapse all  
 
The class serves for setting up site behaviour for a set of active elements.

Namespace: SoftAIN
Assembly:CallbackPage.dll

CollapseSyntax

C#
public class CallbackOptions: System.Web.UI.Control

CollapseRemarks

The objects of the CallbackOption class are used only as a child of the objects of the CallbackOptions class. Each object serves for setting up site reaction when you press certain page active elements listed in the PostBackControls property. Updatable controls are listed in the ControlsList property. Also, the programmer has an opportunity to change the behaviour of browser navigation buttons (it is determined by the DisableBackButton property of the page) by setting up the BackButtonMode property.

CollapseExample

<CallbackPage:CallbackOptions runat=server>
<CallbackPage:CallbackOption runat=server PostBackControls="SelectLanguage" ControlsList="SelectLanguageDiv, HeaderLabel, MainDiv" BackButtonMode=Enabled/>
</CallbackPage:CallbackOptions>

CollapseHierarchy

CollapseSee also

Copyright © 2005-2007 SoftAIN