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

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
public static Object GetControlValue(
	Control ctrl
)

Parameters

ctrl
Type: System.Web.UIControl
The control

Return Value

Type: Object
See Also