Re: Cute Editor - Spell check not working

  •  02-19-2012, 8:56 PM

    Re: Cute Editor - Spell check not working

    HI AjayG,
     
    Please check the code of file "\CuteSoft_Client\CuteEditor\SpellCheck.aspx"
     
     Add setting ValidateRequest="False" into the top of the page
     
    <%@ Page Language="C#" ClassName="PopUpSpell" ValidateRequest="False" %> 
     
    Regards,
     
    Ken 
View Complete Thread