Property | Type | Description | |
---|---|---|---|
btnAmount | global::System.Web.UI.WebControls.Button | ||
form1 | global::System.Web.UI.HtmlControls.HtmlForm | ||
lblmessage | global::System.Web.UI.WebControls.Label | ||
txtTransactionId | global::System.Web.UI.WebControls.TextBox | ||
vldTransactionIDReq | global::System.Web.UI.WebControls.RequiredFieldValidator |
Method | Description | |
---|---|---|
Page_Load ( object sender, EventArgs e ) : void | ||
btnAmount_Click ( object sender, EventArgs e ) : void |
Take cancelation for transaction id given by user
|
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected btnAmount_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected global::System.Web.UI.WebControls.Button btnAmount | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.HtmlControls.HtmlForm form1 | ||
return | global::System.Web.UI.HtmlControls.HtmlForm |
protected global::System.Web.UI.WebControls.Label lblmessage | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.TextBox txtTransactionId | ||
return | global::System.Web.UI.WebControls.TextBox |