/// <summary> /// Store widget and variable data in the viewstate /// </summary> public override void StoreViewState() { base.StoreViewState(); ViewStateAttributes.SetInViewState("inParamColumn", inParamColumn, ""); ViewStateAttributes.SetInViewState("varLctableRecordsId", varLctableRecordsId, ""); ViewStateAttributes.SetInViewState("wttxtTableRecordsId_Mandatory", ((IWidgetRuntimeProperties)this.FindControl("wttxtTableRecordsId")).Mandatory, false); ViewStateAttributes.EnsureNotEmpty(); RemoveStoreViewStateWebScreenStack(this); }
/// <summary> /// Store visibility information of the web block and input widgets in the viewstate /// </summary> protected override void StoreInputsAndWebBlockVisibility() { ViewStateAttributes.EnsureNotEmpty(); }
/// <summary> /// Store widget and variable data in the viewstate /// </summary> public override void StoreViewState() { base.StoreViewState(); ViewStateAttributes.EnsureNotEmpty(); RemoveStoreViewStateWebScreenStack(this); }
/// <summary> /// Store visibility information of the web block and input widgets in the viewstate /// </summary> protected override void StoreInputsAndWebBlockVisibility() { ControlVisibility.StoreChildControlVisibility("wttxtTableRecordsId"); ViewStateAttributes.EnsureNotEmpty(); }