SqlDataSourceDesigner Class
.NET Framework 3.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
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 |
- SecurityPermission for calling unmanaged code. Demand value: Demand; Associated enumeration: UnmanagedCode.
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
Reference
SqlDataSourceDesigner MembersSystem.Web.UI.Design.WebControls Namespace
DataSourceDesigner
Other Resources
Introduction to ASP.NET Control DesignersWalkthrough: 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
Community Additions
ADD
Show: