C# Class FinanzasPersonalesWeb.Default

Afficher le fichier Open project: enelramon/FinanzasPersonalesWeb2016

Protected Properties

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

Méthodes publiques

Méthode Description
LlenarPaneles ( ) : void

Méthodes protégées

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

Method Details

LlenarPaneles() public méthode

public LlenarPaneles ( ) : void
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

BalanceLabel protected_oe property

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

yourRepeater protected_oe property

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