5 implementations of DataSource
System.Web (3)
UI\WebControls\DetailsView.cs (1)
3677
object IDataBoundControl.
DataSource
{
UI\WebControls\FormView.cs (1)
3105
object IDataBoundControl.
DataSource
{
UI\WebControls\GridView.cs (1)
4559
object IDataBoundControl.
DataSource
{
System.Web.DynamicData (1)
DynamicData\RepeaterDataBoundAdapter.cs (1)
30
public object
DataSource
{
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
3469
object IDataBoundControl.
DataSource
{
1 reference to DataSource
System.Web.DynamicData (1)
DynamicData\Util\MetaTableHelper.cs (1)
170
object dataSource = dataBoundControl.
DataSource
;