C# Class _1_Injection.Search

Mostrar archivo Open project: candanbolukbas/Secure-Programming-Samples

Protected Properties

Property Type Description
Button1 global::System.Web.UI.WebControls.Button
Label1 global::System.Web.UI.WebControls.Label
ProductCount global::System.Web.UI.WebControls.Label
ProductGridView global::System.Web.UI.WebControls.GridView
SearchPanel global::System.Web.UI.WebControls.Panel
SearchTerm global::System.Web.UI.WebControls.TextBox

Protected Methods

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

Method Details

Button1_Click() protected method

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

Page_Load() protected method

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

Property Details

Button1 protected_oe property

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

Label1 protected_oe property

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

ProductCount protected_oe property

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

ProductGridView protected_oe property

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

SearchPanel protected_oe property

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

SearchTerm protected_oe property

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