Search

You searched for the word(s):
Showing page 1710 of 1,765 (17,645 total posts) < 1 second(s)
  • Re: Visual Studio integration

    Integration with Visual Studio.netAfter you have extracted the control to application bin folder, you can place it into the Visual Studio toolbox. Step 1: Open Visual Studio.NET1. Open Visual Studio.NET. 2. Choose View - Toolbox to display the Toolbox. 3. Right-click on the Toolbox and choose Customize Toolbox. Step 2: Browse and ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 16, 2004
  • Re: Link stylesheet changes background color

    Vikbol, &nbsp; Please check your style sheet. &nbsp; .container {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;padding: 2px;&nbsp; BACKGROUND-COLOR: #B0C4DE; TEXT-ALIGN: left} &nbsp; If you defined the container background color in your style sheet, the editor will show this color instead of white.
    Posted to Cute Editor for .NET (Forum) by Adam on September 16, 2004
  • Re: Basic .NET Setup Problem - Get "Unknown Server tag CE:Editor" error

    Joe, &nbsp; Have you added the reference to CuteEditor on the top of your aspx page? &nbsp; &lt;%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %&gt;
    Posted to Cute Editor for .NET (Forum) by Adam on September 16, 2004
  • Re: integration with Netspell with .dll added to project

    Nick, &nbsp; Sorry. &nbsp; In the download package, we have two example files showing you how to add the spell cheked button into the CuteEditor tool bar: &nbsp; integrate_withnetspell.aspx integrate_withnetspell_vb.aspx &nbsp; &nbsp; Step 1: Create a spell checked custom button &nbsp;&nbsp; &lt;script ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 16, 2004
  • Re: integration with Netspell with .dll added to project

    Nick, &nbsp; Thanks for pointing the problem. We juse fixed that. We redesigned our site recenlty. We miss a dictionary entry in the web.config file which cause the problem. Sorry for the inconvenience. &nbsp; &nbsp; &nbsp; &nbsp;
    Posted to Cute Editor for .NET (Forum) by Adam on September 16, 2004
  • Re: The License for Editor is not valid.

    Tim, &nbsp; I just recreated the license file for your web site. &nbsp; Please check your email address. &nbsp; Let me know if you still have the problems.
    Posted to Cute Editor for .NET (Forum) by Adam on September 15, 2004
  • Re: The License for Editor is not valid.

    Tim, &nbsp; Please run the following code in your server and email the result to us. &nbsp; &lt;%@ Page Language=''C#'' %&gt; &lt;script runat=''server''&gt; &nbsp;&nbsp; void Page_Load(object sender, System.EventArgs e) { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Literal1.Text = HttpContext.Current.Request.Url.Host.ToLower() + ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 15, 2004
  • Re: Confusing issues with the installation of CuteChat

    Ghazala, &nbsp; There is an article in the user manual show you how to hook CuteChat with the existing login system. I paste as followings: &nbsp; How can I hook CuteChat&nbsp;with my existing&nbsp;login system? &nbsp; The&nbsp;CuteChat 1.0&nbsp;ships with seven pre-built providers: IBuySpyProvider DotNetNukeProvider ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on September 15, 2004
  • Re: Server error

    bga, &nbsp; Please&nbsp;give ASPNET account ''Write'' permission to a your image directory. To change rigths&nbsp;use Properties window of that directory&nbsp;in Windows Explorer. &nbsp; When you run&nbsp;the&nbsp;aspx page, the dotnetgallery will automatically generate the gallery.xml in the image directorty.
    Posted to ASP.Net Image Gallery (Forum) by Adam on September 14, 2004
  • Re: Pls help: Is this a bug???

    Please check the Editor.ChangeAbsoluteURLsToRelative Property. &nbsp; By default Internet Explorer converts all URLs in hyperlinks (anchor tags) and images (img tags) to absolute URLs. When this property is set to true (the default), CuteEditor strips out the local server name from all A and IMG tags if the hostname in the URL matches the ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 14, 2004