Re: How to use Netspell of cute Editor--Urgent

  •  01-09-2009, 11:43 AM

    Re: How to use Netspell of cute Editor--Urgent

    Hi Adam,
     
    I'm using the following code and with this when I debug the page  CuteSoft_Client/CuteEditor/SpellCheck.aspx'

    it is giving culture equals to '' frameborder=

     Please provide solution.

     
    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="spell.aspx.cs" Inherits="spell" %>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml" >

    <head runat="server">

    <title>Untitled Page</title>

    <script id="ss" type="text/javascript" src="CuteSoft_Client/CuteEditor/Scripts/spell.js" ></script>

    </head>

    <body>

    <form id="form1" runat="server">

    <div>

    <asp:TextBox ID="txtText" runat="server" Height="116px" TextMode="MultiLine" Width="336px"></asp:TextBox>

    <input id="btnSpellMessage" onclick="checkSpellingById('txtText','/HtmlEditor_Demo/CuteSoft_Client/CuteEditor/SpellCheck.aspx')" type="button" value="Check Description" name="btnSpellCheckMessage" />

    </div>

    </form>

    </body>

    </html>

View Complete Thread