コード例 #1
0
 protected void CashRadioButton_CheckedChanged(object sender, EventArgs e)
 {
     bankNameDropDownList.SelectedValue   = "0";
     bankNameDropDownList.Enabled         = false;
     branchNameDropDownList.SelectedValue = "0";
     branchNameDropDownList.Enabled       = false;
     CHQDDNoRemarksTextBox.Enabled        = false;
     MultiplePayTypeTextBox.Enabled       = false;
     CashAmountTextBox.Enabled            = true;
     CashAmountTextBox.Focus();
 }
コード例 #2
0
 protected void CashRadioButton_CheckedChanged(object sender, EventArgs e)
 {
     MultiplePayTypeTextBox.Enabled = false;
     CashAmountTextBox.Enabled      = true;
     CashAmountTextBox.Focus();
 }