Search

You searched for the word(s): aspx
Showing page 98 of 918 (9,180 total posts) < 1 second(s)
  • Re: Modify Template Layout

    Please open/edit outereditorfull.frame.aspx to meet your requirements.   For example, you can do something like this:   switch(username)   {    case ''Administrators'':     Editor1.SecurityPolicyFile  = ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 25, 2006
  • Re: Server Error in '/' Application

    Please download the CuteChat version 3.0 for DNN 3.x and DNN 4.x:   http://cutesoft.net/Downloads/default.aspx  Online Demo:   http://dnn3.cutesoft.net/ 3.x Deployment guide is here: http://cutesoft.net/ASP.NET+Chat/Deployment/NukeChat3/Deployment.htm   4.x Deployment guide is ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on May 2, 2006
  • Re: Cute Chat asp.net and Snitz forum

    GwynneR,   The Cute Chat and Web Messenger for Snitz Forum is available.   Demo: http://snitzforum.cutesoft.net/   Download:   http://cutesoft.net/Downloads/default.aspx   Snitz Forum Integration Guide:   http://cutesoft.net/ASP.NET+Chat/Deployment/SnitzForumChat/   Let me know if you have any ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on May 1, 2006
  • Re: Cute Editor .NET Bug

    David,Indenting Code just makes the code easier to read and better laid out. It doesn't save the spaces into your database.   Example:   http://cutesoft.net/example/general.aspx   After you submit the form, the following html code is generated by the editor:   <table cellSpacing=''4'' cellPadding=''4'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 25, 2005
  • Re: The license does not work for *some* of my users.

    Bearman,   After you redirect your users from other domains to www.tisz.com, if the users edit the content under www.tisz.com domain, that should not has any problems.   If you still have problems, please save the following code into a separate aspx file and run it on your server, send the result to us.     <%@ ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 23, 2005
  • Re: Struggling with PasetHTML()

    No problem. Here is another way (using ExecCommand): http://cutesoft.net/example/customization.aspx   CuteEditor.ToolControl tc = Editor1.ToolControls[''insertcustombutonhere''];   if(tc!=null)   {        System.Web.UI.WebControls.Image Image1 = new ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 16, 2005
  • Re: Icons arent showing for my buttons

    Matt,   If you want to cache the images, please follow the steps below:   1. Open your IIS,  right click the website and click Properties.2. Click on the ''Home Directory'' tab, and click the ''Configuration...''button.3. Scroll down to .aspx, and click Edit button.    - Uncheck the checkbox ''Verify that ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 7, 2005
  • Re: Messenger Error

    http://localhost/IM/default.aspx - but I think that this one won't help you.   The problem can be reproduced as follows:   1. login as admin and another use e.g. test1 2. start a IM conversation 3. user test1 invites admin to a chat 4. admin clicks on the invite button in the private chat and selects a third user, the error ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by amasis on July 12, 2005
  • Re: Icons and Dropdowns don't display on first call to Application

    The Cute Editor has a cache feature; so after the first time load the editor will load very fast. In the first time load, the Icons and Dropdowns should load normally and display normally. Can you do a test here? Please clear alll your temporary internet files before access the ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 17, 2005
  • Re: Flash files and CE

    Hi Adam,   The problem was that since the flash file had a stop() action in the last frame, and as this .swf file is too small, when the browser displays the flash animation, it´s already in the last frame, eg : stopped!   I removed the stop() AS and now it´s looping ...
    Posted to Cute Editor for .NET (Forum) by KenA on March 4, 2004