GridView::IDataBoundControl::DataSourceID Property

.NET Framework (current version)
 

Gets or sets the ID of the data source from which the data-bound control retrieves the list of data items.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

private:
property String^ DataSourceID {
	virtual String^ get() sealed = IDataBoundControl::DataSourceID::get;
	virtual void set(String^ value) sealed = IDataBoundControl::DataSourceID::set;
}

Property Value

Type: System::String^

The ID of the data source from which the data-bound control retrieves data items.

This member is an explicit interface member implementation. It can be used only when the GridView instance is cast to an IDataBoundControl interface.

ASP.NET Dynamic Data supports this property.

.NET Framework
Available since 4.0
Return to top
Show: