Property | Type | Description | |
---|---|---|---|
btExecuteQuery | global::System.Web.UI.WebControls.Button | ||
ddlSampleQueries | global::System.Web.UI.WebControls.DropDownList | ||
dgQueryResult | global::System.Web.UI.WebControls.DataGrid | ||
lblErrorMessage | global::System.Web.UI.WebControls.Label | ||
txtSqlQueryToExecute | global::System.Web.UI.WebControls.TextBox |
Method | Description | |
---|---|---|
OnInit ( EventArgs e ) : void | ||
Page_Load ( object sender, System e ) : void | ||
btExecuteQuery_Click ( object sender, System e ) : void | ||
ddlSampleQueries_SelectedIndexChanged ( object sender, System e ) : void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
populateDataGridWithSqlQueryResults ( ) : void |
protected Page_Load ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
protected btExecuteQuery_Click ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
protected ddlSampleQueries_SelectedIndexChanged ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
protected global::System.Web.UI.WebControls.Button btExecuteQuery | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.DropDownList ddlSampleQueries | ||
return | global::System.Web.UI.WebControls.DropDownList |
protected global::System.Web.UI.WebControls.DataGrid dgQueryResult | ||
return | global::System.Web.UI.WebControls.DataGrid |
protected global::System.Web.UI.WebControls.Label lblErrorMessage | ||
return | global::System.Web.UI.WebControls.Label |