Click or drag to resize
EditingFormControlGetInputControlID Method
Gets control ID of first inner input control which is not already associated with some label.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static string GetInputControlID(
	ControlCollection controls
)

Parameters

controls
Type: System.Web.UIControlCollection
Collection of controls

Return Value

Type: String
Returns string with control ID of first control which has no associated label
See Also