protected function btnSave_Click($strFormId, $strControlId, $strParameter) { $this->txtName->Text = trim($this->txtName->Text); $this->mctCommentCategory->SaveCommentCategory(); CommentCategory::RefreshOrderNumber(); $this->ReturnToList(); }