C# Class AW.Portal.UserControls.SiteMenu

Show file Open project: vgopu2/BISummer2015-P1-T2

Protected Properties

Property Type Description
div_afterlogin global::System.Web.UI.HtmlControls.HtmlGenericControl
div_beforelogin global::System.Web.UI.HtmlControls.HtmlGenericControl

Public Methods

Method Description
ProductDescription ( int ProductDescriptionId ) : void

Protected Methods

Method Description
Page_Load ( 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

ProductDescription() public method

public ProductDescription ( int ProductDescriptionId ) : void
ProductDescriptionId int
return void

Property Details

div_afterlogin protected property

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

div_beforelogin protected property

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