Re: how to generate cute editor in the code without using the tag prefix cute editor????

  •  07-24-2006, 7:48 PM

    Re: how to generate cute editor in the code without using the tag prefix cute editor????

    <%@ Page Language="vb"%>
    <%@ Import Namespace="CuteEditor" %>
    <%
             dim editor as new CuteEditor.Editor
            editor.ID = "Editor1"
     %>
    <html>
        <head>
           <title>ASP and ASP.NET WYSIWYG Editor - Default Configuration </title>
           <link rel="stylesheet" href="../example.css" type="text/css" />
        </head>
       <body>
       </body>
    </html>
     
     
    Second try which is also the same resulting an empty result
    Thx adam..
     
     
View Complete Thread