Click or drag to resize
AbstractBasicFormSaveControlValue Method
Saves the control value to the data.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected virtual void SaveControlValue(
	string columnName,
	FormEngineUserControl ctrl
)

Parameters

columnName
Type: SystemString
Column name
ctrl
Type: CMS.FormEngine.Web.UIFormEngineUserControl
Control with the value
See Also