Example #1
0
        protected void lnbAddNew_Click(object sender, EventArgs e)
        {
            mvwForm.SetActiveView(viwAddEdit);
            RowID = 0;

            txtCardHolderID.ReadOnly = txtCardHolderName.ReadOnly = txtCardNo.ReadOnly = false;
            calExpiredDate.Enabled   = ddlBank.Enabled = ddlCreditCardType.Enabled = true;
            WebFormHelper.ClearRadTextBox(txtFirstName, txtLastName, txtEmail, txtAddress, txtCardNo, txtPhone, txtZipCode);
            txtBarcode.Focus();
        }