Click or drag to resize
AbstractBasicFormGetControlValue Method
Gets the value of specified field.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static Object GetControlValue(
	Control ctrl
)

Parameters

ctrl
Type: System.Web.UIControl
The control

Return Value

Type: Object
See Also