EditingFormControlGetInputControlID Method |
Gets control ID of first inner input control which is not already associated with some label.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax public static string GetInputControlID(
ControlCollection controls
)
Parameters
- controls
- Type: System.Web.UIControlCollection
Collection of controls
Return Value
Type:
StringReturns string with control ID of first control which has no associated label
See Also