<%@ 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..