Property | Type | Description | |
---|---|---|---|
authMode | |||
connResult | System.Web.UI.WebControls.Label | ||
databaseName | |||
machineName | |||
otherMachineName | |||
password | |||
refreshDatabase | |||
testConnection | System.Web.UI.WebControls.Button | ||
username |
Property | Type | Description | |
---|---|---|---|
BuildAdvancedBuilder | System.Web.UI.HtmlControls.HtmlTable | ||
BuildAuthenticationRow | System.Web.UI.HtmlControls.HtmlTableRow | ||
BuildDatabaseRow | System.Web.UI.HtmlControls.HtmlTableRow | ||
BuildMainTable | System.Web.UI.HtmlControls.HtmlTable | ||
BuildPasswordRow | System.Web.UI.HtmlControls.HtmlTableRow | ||
BuildServerNameRow | System.Web.UI.HtmlControls.HtmlTableRow | ||
BuildTestConnRow | System.Web.UI.HtmlControls.HtmlTableRow | ||
BuildUsernameRow | System.Web.UI.HtmlControls.HtmlTableRow | ||
CheckSQLDMO | bool | ||
InitializeComponent | void | ||
PopulateDatabaseNamesCmb | void | ||
PopulateServerNameCmb | void | ||
SetConnectionString | void | ||
authMode_SelectedIndexChanged | void | ||
refreshDatabase_Click | void | ||
testConnection_Click | void |
Method | Description | |
---|---|---|
CreateChildControls ( ) : void |
Creates the child controls for this control.
|
|
LoadData ( ) : void | ||
OnInit ( |
||
OnPreRender ( |
Called during the page init event.
|
Method | Description | |
---|---|---|
BuildAdvancedBuilder ( ) : System.Web.UI.HtmlControls.HtmlTable |
Build the advanced Connection String Builder Build the UI, attach events, and populate the fields
|
|
BuildAuthenticationRow ( ) : System.Web.UI.HtmlControls.HtmlTableRow | ||
BuildDatabaseRow ( ) : System.Web.UI.HtmlControls.HtmlTableRow | ||
BuildMainTable ( ) : System.Web.UI.HtmlControls.HtmlTable |
Build the main UI Table
|
|
BuildPasswordRow ( ) : System.Web.UI.HtmlControls.HtmlTableRow | ||
BuildServerNameRow ( ) : System.Web.UI.HtmlControls.HtmlTableRow | ||
BuildTestConnRow ( ) : System.Web.UI.HtmlControls.HtmlTableRow | ||
BuildUsernameRow ( ) : System.Web.UI.HtmlControls.HtmlTableRow | ||
CheckSQLDMO ( ) : bool | ||
InitializeComponent ( ) : void | ||
PopulateDatabaseNamesCmb ( ) : void |
Populate the databases dropdown list with the DBs found on the specified server
|
|
PopulateServerNameCmb ( ) : void |
Uses SQL-DMO to retrieve all servers available on the network
|
|
SetConnectionString ( ) : void | ||
authMode_SelectedIndexChanged ( object sender, |
||
refreshDatabase_Click ( object sender, |
||
testConnection_Click ( object sender, |
protected OnPreRender ( |
||
e | ||
return | void |
protected RadioButtonList,System.Web.UI.WebControls authMode | ||
return |
protected Label,System.Web.UI.WebControls connResult | ||
return | System.Web.UI.WebControls.Label |
protected DropDownList,System.Web.UI.WebControls databaseName | ||
return |
protected DropDownList,System.Web.UI.WebControls machineName | ||
return |
protected TextBox,System.Web.UI.WebControls otherMachineName | ||
return |
protected TextBox,System.Web.UI.WebControls password | ||
return |
protected LinkButton,System.Web.UI.WebControls refreshDatabase | ||
return |
protected Button,System.Web.UI.WebControls testConnection | ||
return | System.Web.UI.WebControls.Button |