asp.net.ph

HierarchicalDataSourceControl.ClientID Property

System.Web.UI Namespace   HierarchicalDataSourceControl Class


Returns the server control identifier generated by ASP.NET.

Syntax


Script HierarchicalDataSourceControl.ClientID

This property can only be used programmatically; it cannot be set when declaring the control.

Property Value

The server control identifier generated by ASP.NET.

Remarks

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.

See Also

HierarchicalDataSourceControl Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph