Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello friends,

In my application i have used CKEditor. That CKEditor is included within the formview. I have given RequiredFieldValidator for it. it fires the validation on click of Save button but it disappears from the page. Save button not have click event, it has Insert Command.


Plz Help me
Posted
Comments
[no name] 5-Feb-14 5:45am    
I am facing the same problem .. need u r help if u have solved this CKEDITOR validation

1 solution

We use RequiredFieldValidator to check weather control is empty or not.And you are using one CKEditor and trying to validate it with RequiredFieldValidator.I think that editor may contain some special character.like enter,< br /> or space because of that control not accepting RequiredFieldValidator's validation.Please make sure that that CKeditor should be empty.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900