Control.ClientIDSeparator Property
.NET Framework 3.0
Gets a character value representing the separator character used in the ClientID property.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Protected ReadOnly Property ClientIDSeparator As Char 'Usage Dim value As Char value = Me.ClientIDSeparator
/** @property */ protected char get_ClientIDSeparator ()
protected function get ClientIDSeparator () : char
Not applicable.
Property Value
Always returns the underscore character (_).Community Additions
ADD
Show: