C# Class FinanzasPersonalesWeb.Default

Show file Open project: enelramon/FinanzasPersonalesWeb2016

Protected Properties

Property Type Description
BalanceLabel global::System.Web.UI.WebControls.Label
yourRepeater global::System.Web.UI.WebControls.Repeater

Public Methods

Method Description
LlenarPaneles ( ) : void

Protected Methods

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

Method Details

LlenarPaneles() public method

public LlenarPaneles ( ) : void
return void

Page_Load() protected method

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

Property Details

BalanceLabel protected 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
return global::System.Web.UI.WebControls.Label

yourRepeater protected 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
return global::System.Web.UI.WebControls.Repeater