Version

GetClientID Method

Calculates a proper client-side ID upon request.
Syntax
'Declaration
 
Public Shared Function GetClientID( _
   ByVal candidateID As String _
) As String
public static string GetClientID( 
   string candidateID
)

Parameters

candidateID
A unique control identifier.

Return Value

A client-side ID bereft of illegitimate characters that could be problematic in scripting languages.
Remarks

This method is intended for the use of the Infragistics control infrastructure only, and its use is deprecated in applications. Developers are advised that they should instead employ the standard control property, ClientID.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also