Search

You searched for the word(s):
Showing page 360 of 381 (3,805 total posts) < 1 second(s)
  • Re: Textarea disabled on first load

    Hi OlegS, &nbsp; We have an update, please download the latest version and try again. &nbsp; Download: &nbsp; http://cutesoft.net/downloads/folders/21904/download.aspx &nbsp; Regards, &nbsp; Ken &nbsp;
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 12, 2009
  • Re: AppSettings not sticking

    Hi acer152, MasterPage will not impact this issue, you just need the confirm the code below implementation each time the page load &nbsp; --------------------------------&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; editor1.Setting(''security:ImageGalleryPath'') = ''~/yourFolder'' &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 12, 2009
  • Re: <body> value can be change

    Hi goh6613, &nbsp; We working on this example, and will get back to you as soon as possible. &nbsp; And the example I provide before, you need to switch to the html view then click the button&nbsp;to get it works. &nbsp; Regards, &nbsp; Ken
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 12, 2009
  • Re: Error while upgrading 6.0 to 6.3

    Hi yuvika, &nbsp; Can you create a simple page can reproduce this issue and sent it to me? &nbsp; My E-mail: Kenneth@CuteSoft.net &nbsp; Regards, &nbsp; Ken
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 12, 2009
  • Re: Error while upgrading 6.0 to 6.3

    Hi Yuvika, &nbsp; Please Try this way: &nbsp; 1. Replace the old license file( you can use the trial license file to test, trial license file in our download package) &nbsp; download: &nbsp; http://cutesoft.net/downloads/folders/21904/download.aspx &nbsp; 2. Reference the new dll &nbsp; &nbsp; Regards, &nbsp; Ken
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 10, 2009
  • Re: Using the Upload Button in the Insert Image Dialog

    Hi Chaplain, &nbsp; Here is the code of that page, you can also fine the code in the download package: &nbsp; Download: &nbsp; http://cutesoft.net/downloads/folders/21904/download.aspx &nbsp; &lt;%@ Page Language=''C#''%&gt; &lt;%@ Register TagPrefix=''cutesoft'' TagName=''banner'' Src=''banner.ascx'' %&gt; &lt;%@ Register ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 10, 2009
  • Re: AppSettings not sticking

    Hi acer152, &nbsp; please try this example: &nbsp; -------------------------------------------&gt; &lt;%@ Page Language=''VB'' %&gt; &lt;%@ Import Namespace=''System.Data'' %&gt; &lt;%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %&gt; &lt;!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 10, 2009
  • Re: How to get User count per room in CuteChat V5

    Hi jbergeron9, &nbsp; You can use 'ClientCount'&nbsp;properties, like below: &nbsp; private void rptLobbies_ItemDataBound(object sender, DataListItemEventArgs e) &nbsp;&nbsp;{ &nbsp;&nbsp;&nbsp;if (e.Item.DataItem == null) &nbsp;&nbsp;&nbsp;{ &nbsp;&nbsp;&nbsp;&nbsp;return; &nbsp;&nbsp;&nbsp;} &nbsp;&nbsp;&nbsp;LobbyInfo lobby = ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Kenneth on April 9, 2009
  • Re: problem to set background image using <body>

    Hi goh6613, &nbsp; Try this way: &nbsp; Need to go to HTML view &nbsp; &lt;%@ Page Language=''C#'' %&gt; &lt;%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %&gt; &lt;!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''&gt; &lt;script ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 9, 2009
  • Re: <body> value can be change

    Hi goh6613, &nbsp; Try this way: &nbsp; Need to go to HTML view &nbsp; &lt;%@ Page Language=''C#'' %&gt; &lt;%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %&gt; &lt;!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''&gt; &lt;script ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 9, 2009