0
kicks
How to Validate TinyMCE Editor Control with CustomValidator in ASP.NET
In this article I will show to how to validate TinyMCE editor control in ASP.NET. The TinyMCE editor control can validate using RequiredFieldValidator control, but if you are enter only a space, the RequiredFieldValidator control does not validate and its allow to submit.