C# Class OWASP.WebGoat.NET.Content.EFSQLInjection

Show file Open project: prevoty/WebGoat.NET

Protected Properties

Property Type Description
btnFind global::System.Web.UI.WebControls.Button
ddlOrder global::System.Web.UI.WebControls.DropDownList
grdEmail global::System.Web.UI.WebControls.GridView
lblOutput global::System.Web.UI.WebControls.Label
txtOfficeCode global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnFind_Click ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnFind_Click() protected method

protected btnFind_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

btnFind protected property

btnFind control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnFind
return global::System.Web.UI.WebControls.Button

ddlOrder protected property

ddlOrder control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlOrder
return global::System.Web.UI.WebControls.DropDownList

grdEmail protected property

grdEmail control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView grdEmail
return global::System.Web.UI.WebControls.GridView

lblOutput protected property

lblOutput control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblOutput
return global::System.Web.UI.WebControls.Label

txtOfficeCode protected property

txtOfficeCode control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtOfficeCode
return global::System.Web.UI.WebControls.TextBox