Hi,
I Would like to use .Net Validator Control on FCK Editor But it doesn't work..
Is there any method to validate FCK Editor (like RequireFieldValidator[More Focus on this Validator])
I Would like to use .Net Validator Control on FCK Editor But it doesn't work..
Is there any method to validate FCK Editor (like RequireFieldValidator[More Focus on this Validator])
RE: Validator Control For FCK Editor
You can get Content of Editor from below Syntax
var dc=document.frames['<%=txtDescription.ClientID%>___Frame'].document.frames[0].document.getElementsByTagName('body')[0].innerHTML;