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.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
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