.NET Framework Class Library
DataSourceControl.ClientIDMode Property
This property is not used for data source controls.
Assembly: System.Web (in System.Web.dll)
Syntax
Visual Basic
<BrowsableAttribute(False)> _ Public Overrides Property ClientIDMode As ClientIDMode Get Set
C#
[BrowsableAttribute(false)] public override ClientIDMode ClientIDMode { get; set; }
Visual C++
[BrowsableAttribute(false)] public: virtual property ClientIDMode ClientIDMode { ClientIDMode get () override; void set (ClientIDMode value) override; }
F#
[<BrowsableAttribute(false)>] abstract ClientIDMode : ClientIDMode with get, set [<BrowsableAttribute(false)>] override ClientIDMode : ClientIDMode with get, set
ASP.NET
<asp:DataSourceControl ClientIDMode="ClientIDMode" />
Exceptions
| Exception | Condition |
|---|---|
| NotSupportedException |
An attempt was made to set this property. |
Remarks
This property of the Control base class is not used for data source controls because data source controls do not render markup.
Version Information
.NET Framework
Supported in: 4Platforms
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
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
See Also