Version

TabPostBackOptions Class Members

The following tables list the members exposed by TabPostBackOptions.

Public Properties
 NameDescription
Public PropertyEnableAjaxGets sets option to enable asynchronous postback of WebTab.  
Public PropertyEnableAsyncUpdateAllTabsGets sets option to update content of all tabs if asynchronous postback was triggered by any tab.  
Public PropertyEnableDynamicUpdatePanelsGets sets option to create UpdatePanels dynamically when asynchronous postback is enabled.  
Public PropertyEnableLoadOnDemandGets sets option to load template of selected tab only.  
Public PropertyEnableLoadOnDemandUrlGets sets option to load url content of selected tab only.  
Public PropertyEnableLoadOnDemandViewStateGets sets option to reload all once loaded templates on full postback.  
Public PropertyEnableReloadingOnTabClickGets sets option to submit/update/reload content of already selected tab when it was clicked by mouse.  
Public PropertyEnableReloadingUnselectedTabGets sets option to submit/update content of unselected tab when selection was changed.  
Public PropertyIsEmptyChecks if all properties have default values.  
Public Methods
 NameDescription
Public MethodResetReset all properties.  
Public MethodToStringReturns string formatted for visual designer.  
See Also