System.Web.UI Namespace HierarchicalDataSourceControl Class
Returns the server control identifier generated by ASP.NET.
Script |
HierarchicalDataSourceControl.ClientID |
This property can only be used programmatically; it cannot be set when declaring the control.
The server control identifier generated by ASP.NET.
ASP.NET automatically generates a ClientID for a server control regardless of whether you have specified an ID property for it or not. This property is used to identify a control for client-side operations, such as ECMAScript functions.
Any name you assign to a server control using the ID property overrides the value of this property.
HierarchicalDataSourceControl Members