C# Class E_Handel.Result

Inheritance: System.Web.UI.Page
Mostra file Open project: KodKnackarGanget/E-Handel

Protected Properties

Property Type Description
ResultDescription global::System.Web.UI.HtmlControls.HtmlGenericControl
ResultImage global::System.Web.UI.HtmlControls.HtmlImage
ResultPanel global::System.Web.UI.WebControls.Panel
ResultTitle global::System.Web.UI.HtmlControls.HtmlGenericControl

Protected Methods

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

Private Methods

Method Description
DisplayCategoryResult ( ) : void
DisplayDiscountResults ( ) : void
DisplayProducts ( ) : void
DisplaySearchResult ( ) : void
ValidateSearchString ( ) : bool

Method Details

Page_Load() protected method

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

Property Details

ResultDescription protected_oe property

ResultDescription control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl ResultDescription
return global::System.Web.UI.HtmlControls.HtmlGenericControl

ResultImage protected_oe property

ResultImage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlImage ResultImage
return global::System.Web.UI.HtmlControls.HtmlImage

ResultPanel protected_oe property

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

ResultTitle protected_oe property

ResultTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl ResultTitle
return global::System.Web.UI.HtmlControls.HtmlGenericControl