Hello.. I want to ask about how to validate the WebHtmlEditor? I want the editor must be filled with any character.. Just don't want the editor to be empty (enter and space is not allowed too because it doesn't show up anything).. For the moment, I validate it with the C# with if (editor == "" || editor == <br> etc) but it dont seems to be effective because I've tried it and the combination of <br> and is too many and the "empty data" just being inserted to my database.. Is there any effective way to validate it so the editor must be inserted with at least one of any character except enter (<br>) and space ( ) only? I've using Visual Studio 2008 and I've tried the required field validator in Visual 2008, but It doesn't work too.. I just worked for the plain text box.. please help
Hello dave_yenz,
please read this forum post: http://news.infragistics.com/forums/p/18510/67217.aspx#67217
It shows how to make javascript validation for entered text, however it will require to make additional check for the combination of of <br> and .When you add spaces and rows and line breaks editor is not empty.
Hope this helps