C# Class AW.Portal.UserControls.ProductDescription

Afficher le fichier Open project: vgopu2/BISummer2015-P1-T2

Protected Properties

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

Méthodes publiques

Méthode Description
GetDesc ( int ProductDescriptionId ) : void

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

GetDesc() public méthode

public GetDesc ( int ProductDescriptionId ) : void
ProductDescriptionId int
Résultat void

Page_Load() protected méthode

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

Property Details

Label2 protected_oe property

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