Exemple #1
0
 private void Clear()
 {
     ViewState.Remove("EditNoteId");
     ActivityTypeDropDownList.ClearSelection();
     NoteTypeDropDownList.ClearSelection();
     CommentEditTextBox.Text         = string.Empty;
     FeedbackLabel.Text              = string.Empty;
     CustomerNoteDescriptors.Visible = true;
 }
Exemple #2
0
        private void ClearControls()
        {
            ActivityTypeDropDownList.ClearSelection();
            NoteTypeDropDownList.ClearSelection();

            NextCallDueTextBox.Text         = System.Web.HttpUtility.HtmlDecode(string.Empty);
            CommentTextBox.Text             = string.Empty;
            FeedbackLabel.Text              = string.Empty;
            CustomerNoteDescriptors.Visible = !SessionWrapper.Instance.Get.IsAllClientsSelected;
            PermanentNoteCheckBox.Checked   = false;
        }
Exemple #3
0
        private void ClearControls()
        {
            ActivityTypeDropDownList.ClearSelection();
            NoteTypeDropDownList.ClearSelection();

            NextCallDueTextBox.EncodedText = string.Empty;
            CommentTextBox.EncodedText     = string.Empty;
            FeedbackLabel.Text             = string.Empty;

            PermanentNoteCheckBox.Checked   = false;
            CustomerNoteDescriptors.Visible = true;
        }