SqlDataSourceDesigner Class
.NET Framework 2.0
Note: This class is new in the .NET Framework version 2.0.
Provides design-time support in a visual designer for the SqlDataSource control.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
System.Web.UI.Design.WebControls Namespace
DataSourceDesigner Class
Walkthrough: Creating a Basic Control Designer for a Web Server Control
Extending Design-Time Support
How to: Extend the Appearance and Behavior of Controls in Design Mode
Assembly: System.Design (in system.design.dll)
Notes to Inheritors
To provide commands for the action list menu at design time in a derived class, you must override the ActionLists property to return a custom DesignerActionListCollection object with items derived from the DesignerActionList object.
For more information and a code sample, see DataSourceDesigner.
| Topic | Location |
|---|---|
| Walkthrough: Editing and Inserting Data in Web Pages with the DetailsView Web Server Control | Building ASP .NET Web Applications in Visual Studio |
System.Object
System.ComponentModel.Design.ComponentDesigner
System.Web.UI.Design.HtmlControlDesigner
System.Web.UI.Design.ControlDesigner
System.Web.UI.Design.DataSourceDesigner
System.Web.UI.Design.WebControls.SqlDataSourceDesigner
System.Web.UI.Design.WebControls.AccessDataSourceDesigner
System.ComponentModel.Design.ComponentDesigner
System.Web.UI.Design.HtmlControlDesigner
System.Web.UI.Design.ControlDesigner
System.Web.UI.Design.DataSourceDesigner
System.Web.UI.Design.WebControls.SqlDataSourceDesigner
System.Web.UI.Design.WebControls.AccessDataSourceDesigner
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Reference
SqlDataSourceDesigner MembersSystem.Web.UI.Design.WebControls Namespace
DataSourceDesigner Class
Other Resources
ASP.NET Control Designers OverviewWalkthrough: Creating a Basic Control Designer for a Web Server Control
Extending Design-Time Support
How to: Extend the Appearance and Behavior of Controls in Design Mode
Show: