Re: hyperlink in toolbar not working

  •  10-28-2010, 8:45 PM

    Re: hyperlink in toolbar not working

    Hi olivedg,
     
    Can you try this way?
     
    1. Download the page below
     
    http://www.cutesoft.net/downloads/folders/21904/download.aspx 
     
    2.  Delete files "CuteEditor.dll", "CuteEditor.ImageEditor.dll" and "NetSpell.SpellChecker.dll" in the bin folder and use the new one in the download package.
     
    3. Delete client folder "CuteSoft_Client" and use  the new one in the download pagkage. 
     
    4. Create a page like below and test the hyperlink function.
     
     
    1. <%@ Page Language="C#" %>  
    2.   
    3. <%@ Register Namespace="CuteEditor" TagPrefix="CE" Assembly="CuteEditor" %>  
    4. <html>  
    5. <body>  
    6.     <form id="Form1" runat="server">  
    7.         <CE:Editor ID="edito1" runat="server">  
    8.         </CE:Editor>  
    9.     </form>  
    10. </body>  
    11. </html>  
    If you still get the same issue after the steps above, please send the test page url to Kenneth@CuteSoft.net. I will check it and get back to you as soon as possible.
     
    Regards,
     
    ken 
View Complete Thread