DVXP TEdit.NET 3.0

TableEditor.ConnectionString Property

The OleDb or SQL Server connection string for accessing the tables. If not set, it is read from the configuration file. This property can also be set in the OnInit event of host page (The Page_Load event cannot be used to pass connection string because the control is already loaded by then).

[Visual Basic]
Public Property ConnectionString As String
[C#]
public string ConnectionString {get; set;}

See Also

TableEditor Class | DVXP.DXTableEditor Namespace