C# Class _30TipsAndTricks.WebForms.CauseException

Inheritance: System.Web.UI.Page
Show file Open project: adamtuliper/30TipsAndTricksForASPNET

Protected Properties

Property Type Description
btnException global::System.Web.UI.WebControls.Button

Protected Methods

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

Private Methods

Method Description
ProcessInsuranceForLeapYear ( System.DateTime checkDate, int maxYear ) : void

Method Details

Page_Load() protected method

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

btnException_Click() protected method

protected btnException_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

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