Search

You searched for the word(s):  
Showing page 1320 of 4,987 (49,864 total posts) < 1 second(s)
  • Web Standards Compliance

    Since we´re all programmers I believe most of us are not really concerned about developing for Web Standards, but this is something we all should be aware and this is the right time to learn how to create XHTML pages ... the guys from Microsoft .NET team are working hard to have VS 2005 ws compliant. Right now asp.net web server controls are ...
    Posted to Cute Editor for .NET (Forum) by KenA on September 11, 2004
  • Re: Link Button Problem

    Hi,   Do you have the same problem with other pop-ups?   The followings are the first line of insert.aspx:   <%@ Page CodeBehind=''insert_link.aspx.cs'' Language=''c#'' AutoEventWireup=''false'' Inherits=''CuteEditor.Include.insert_link'' %>   Please check your insert.aspx file (you can find it at ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 17, 2004
  • Double Customer Buttons by using AutoEventWireup="true"

    Hi,   I use AutoEventWireup=''true'' in my Page.   Also I add the following code in Page_Load():     System.Web.UI.WebControls.Image Image1 = new System.Web.UI.WebControls.Image (); Image1.ToolTip = ''Exit Editor''; Image1.ImageUrl = HttpContext.Current.Request.ApplicationPath +''/images/save.gif''; Image1.CssClass ...
    Posted to Cute Editor for .NET (Forum) by mfilthau on July 1, 2004
  • change path to Upload directory?

    Hi,   First off thanks to everyone for their excellent help the last couple of days!   Hey i was wondering, is there a way to change the path to the upload directory, this is probably in the help file, but somehow I didn't see it.  And didn't find it in any forum searches.  I'd like to put the directory in a more ...
    Posted to Cute Editor for .NET (Forum) by colin on June 10, 2004
  • Parser Error

    All of the demo applications return this error message:     Server Error in '/' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error ...
    Posted to Cute Editor for .NET (Forum) by Spyrias on March 23, 2004
  • Re: Can't use CuteChat with CuteMessenger on the same page

    Hi Vasy,   you can try this way:   Create another 'EmbedChannel.ascx'(you only need to copy the code)   when you need cutechat alone,please use the 'EmbedChannel.ascx' which not comment this code   when you nedd cutechat and messenger use in one page,please use the  'EmbedChannel.ascx' which comment this ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Kenneth on October 11, 2008
  • Re: urgent: URL rewriting not supported

    Hi, The current version is 100% compatible with Microsoft's UrlRewriter samples. http://msdn.microsoft.com/en-us/library/ms972974.aspx If the uploader do not fit for your case , there are some reason: 1. The url rewriter is not 100% compatible , because it use Request.RawUrl (like the http://urlrewriter.net/) .    That means, as ...
    Posted to Ajax Uploader (Forum) by cutechat on April 7, 2009
  • Re: Toolbar icons display locally, but not remotely...

    Luckyhuss,   To improve the loading speed, Cute Editor use HttpHandler process the image files on the server side to improve the loading speed.  You can turn this feature off by setting this property to false.   We will continue investigating this issue and find a better solution in the next version.      
    Posted to Cute Editor for .NET (Forum) by Adam on May 31, 2006
  • Re: Command 'hyperlink' Is Not Supported Or Not Implemented

    Hi,   You can put this after editor :   function CuteEditor_OnCommand(editor,command,ui,value) {   //handle the command by yourself  if(command==''hyperlink'')  {   InsertHyperlink();   return true;  }  return false; } Regards, Terry  
    Posted to Cute Editor for .NET (Forum) by cutechat on October 29, 2009
  • Customization question

       We store customer numbers in a cookie value on our website.  I am wondering if there is a way to display this customer number in the operator panel for the visitors?  Or for the request queue?  If so, how can I accomplish this?   Thanks.
    Posted to Cute Live Support (Forum) by kclark1515 on October 13, 2009