Click or drag to resize
EditingFormControlGetInputClientID Method (ControlCollection, Hashtable)
Goes through controls collection and insert into provided hashtable input, select and file controls without associated label.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public static void GetInputClientID(
	ControlCollection controls,
	Hashtable associatedControls
)

Parameters

controls
Type: System.Web.UIControlCollection
ControlCollection with controls to be searched
associatedControls
Type: System.CollectionsHashtable
Hashtable where control client ID will be saved
See Also