C# Class Samples.Refund

Inheritance: System.Web.UI.Page
显示文件 Open project: paywithmimo/mimo-dotnet

Protected Properties

Property Type Description
VldNoteReq global::System.Web.UI.WebControls.RequiredFieldValidator
btnAmount global::System.Web.UI.WebControls.Button
form1 global::System.Web.UI.HtmlControls.HtmlForm
lblmessage global::System.Web.UI.WebControls.Label
txtAmount global::System.Web.UI.WebControls.TextBox
txtTransactionId global::System.Web.UI.WebControls.TextBox
txtnote global::System.Web.UI.WebControls.TextBox
vldAmountReq global::System.Web.UI.WebControls.RequiredFieldValidator
vldTransactionIDReq global::System.Web.UI.WebControls.RequiredFieldValidator

Protected Methods

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

Take Refund for amount given by user

Method Details

Page_Load() protected method

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

btnAmount_Click() protected method

Take Refund for amount given by user
protected btnAmount_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

VldNoteReq protected_oe property

VldNoteReq control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator VldNoteReq
return global::System.Web.UI.WebControls.RequiredFieldValidator

btnAmount protected_oe property

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

form1 protected_oe property

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
return global::System.Web.UI.HtmlControls.HtmlForm

lblmessage protected_oe property

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

txtAmount protected_oe property

txtAmount control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtAmount
return global::System.Web.UI.WebControls.TextBox

txtTransactionId protected_oe property

txtTransactionId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtTransactionId
return global::System.Web.UI.WebControls.TextBox

txtnote protected_oe property

txtnote control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtnote
return global::System.Web.UI.WebControls.TextBox

vldAmountReq protected_oe property

vldAmountReq control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator vldAmountReq
return global::System.Web.UI.WebControls.RequiredFieldValidator

vldTransactionIDReq protected_oe property

vldTransactionIDReq control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator vldTransactionIDReq
return global::System.Web.UI.WebControls.RequiredFieldValidator