C# Class _2_XSS.Search

Inheritance: System.Web.UI.Page
Mostra file Open project: candanbolukbas/Secure-Programming-Samples

Protected Properties

Property Type Description
SearchGrid global::System.Web.UI.WebControls.GridView
SearchTerm global::System.Web.UI.WebControls.Label

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
SearchGrid_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void

Method Details

Page_Load() protected method

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

SearchGrid_RowDataBound() protected method

protected SearchGrid_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewRowEventArgs
return void

Property Details

SearchGrid protected_oe property

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

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.Label SearchTerm
return global::System.Web.UI.WebControls.Label