Ejemplo n.º 1
0
 /// <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);
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Store visibility information of the web block and input widgets in the viewstate
 /// </summary>
 protected override void StoreInputsAndWebBlockVisibility()
 {
     ControlVisibility.StoreChildControlVisibility("wttxtTableRecordsId");
     ViewStateAttributes.EnsureNotEmpty();
 }