Page.IdSeparator Property
.NET Framework 2.0
This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the character used to separate control identifiers when building a unique ID for a control on a page.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
/** @property */ public char get_IdSeparator ()
public override function get IdSeparator () : char
Not applicable.
Property Value
The character used to separate control identifiers. The default is set by the PageAdapter instance that renders the page. The IdSeparator is a server-side field and should not be modified.Community Additions
ADD
Show: