Click or drag to resize
AbstractBasicFormSetDataValue Method
Sets value of the given column in the data.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
protected void SetDataValue(
	string columnName,
	Object value
)

Parameters

columnName
Type: SystemString
Column name
value
Type: SystemObject
Column value
See Also