HierarchicalDataBoundControl::GetDataSource Method ()
.NET Framework (current version)
Retrieves the IHierarchicalDataSource that the data-bound control is associated with, if any.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Web.UI::IHierarchicalDataSource^An IHierarchicalDataSource instance that represents the data source identified by the DataSourceID property.
| Exception | Condition |
|---|---|
| HttpException | The data source control identified by the DataSourceID property does not exist in the current container. - or - The data source control identified by the DataSourceID property does not implement the IHierarchicalDataSource interface. |
.NET Framework
Available since 2.0
Available since 2.0
Show: