C# Class _30TipsAndTricks.WebForms.CauseException

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: adamtuliper/30TipsAndTricksForASPNET

Protected Properties

Свойство Type Description
btnException global::System.Web.UI.WebControls.Button

Méthodes protégées

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

Private Methods

Méthode Description
ProcessInsuranceForLeapYear ( System.DateTime checkDate, int maxYear ) : void

Method Details

Page_Load() protected méthode

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

btnException_Click() protected méthode

protected btnException_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

btnException protected_oe property

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