C# Class _2_XSS.Search

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: candanbolukbas/Secure-Programming-Samples

Protected Properties

Свойство Type Description
SearchGrid global::System.Web.UI.WebControls.GridView
SearchTerm global::System.Web.UI.WebControls.Label

Méthodes protégées

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

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

SearchGrid_RowDataBound() protected méthode

protected SearchGrid_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewRowEventArgs
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.Label