SqlDataSourceConnectionStringEditor Class
Provides a user interface for selecting and editing a connection string property of a SqlDataSource object at design time.
Assembly: System.Design (in System.Design.dll)
The SqlDataSourceConnectionStringEditor class is a UITypeEditor object that can be used at design time to select and edit a connection string expression and to assign the expression to a control property. The SqlDataSource object uses the SqlDataSourceConnectionStringEditor class at design time to set the value of the ConnectionString property.
If an IDataEnvironment interface is available, connection strings are retrieved from the data services of the visual designer. If an IDataEnvironment interface is not available, a modal dialog box is shown to allow editing of the connection string.
Use the EditorAttribute attribute to associate the SqlDataSourceConnectionStringEditor with a property. When the associated property is edited on the design surface, the designer host calls the EditValue method. The EditValue method displays a user interface for building the connection string expression and returns the connection string that is selected by the user. The GetEditStyle method indicates the display style of the user interface.
- SecurityPermission
for calling unmanaged code. Demand value: Demand. Permission value: UnmanagedCode
System.Drawing.Design::UITypeEditor
System.Web.UI.Design::ConnectionStringEditor
System.Web.UI.Design.WebControls::SqlDataSourceConnectionStringEditor
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.