BaseDataBoundControlDesigner.CreateDataSource Method
.NET Framework 3.0
When overridden in a derived class, creates a new data source for the associated BaseDataBoundControl object.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
Notes to Inheritors:
Override the CreateDataSource method to provide a means of creating a DataSource control for the associated BaseDataBoundControl object at design time.
For an example of a CreateDataSource override that displays a dialog that can be used to create a data source for the associated control, see CreateDataSource.
Community Additions
ADD
Show: