Search

You searched for the word(s): aspx
Showing page 109 of 918 (9,180 total posts) < 1 second(s)
  • changing cutesoft_client\cutechat folder names

    I copied all the files from web directory to the website root folder.   And then I wanted to rename CuteSoft_Client/CuteChat to Client/Chat. Also changed the  live operator.config.exe as follows   <configuration xmlns=''http://schemas.microsoft.com/.NetConfiguration/v2.0''>   ...
    Posted to Cute Live Support (Forum) by naveenv2002 on January 20, 2009
  • Re: Drop-down menus display

    The problem seems to be this code in the stylesheet:   div.centered { text-align: center; } div.centered table { margin: 0 auto; text-align: left; }   The purpose of this code is to fix a problem with safari, where it does not center stuff correctly.  Any thoughts on how to get around this?   FYI, test ...
    Posted to Cute Editor for .NET (Forum) by MITFrog on January 16, 2009
  • Image Uploader doesn't work for IE with Flash 10

    We are having problems with image uploader: some of the browsers do not show file selector when ''Upload'' button is pressed inside ''Image Gallery'', ''Insert Image'' and other sections of the CuteEditor where uploader is used. I have read (inide Ajax Uploader forum) that this problem is related to Flash10a.osx, so I was able to fix it by chaning ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on January 14, 2009
  • Edit link for 'Insert Template' in the toolbar?

    I have all me editor files in a subfolder of my admin site (folder is called 'editor').  All is working great, but I've run into one issue.  When I click the 'Insert Templates' link in the toolbar, it tries to load that page (templates.aspx) from the root of my admin site rather than in its actual location ...
    Posted to Cute Editor for .NET (Forum) by Daniel83 on October 27, 2008
  • Re: Ajax Uploader in frame problem!

    Hi,   I have the same problem . I'm using a page contains an Iframe which source  is multiple-file-upload.aspx in demo source :   <html xmlns=''http://www.w3.org/1999/xhtml'' > <head runat=''server''>     <title>Untitled ...
    Posted to Ajax Uploader (Forum) by vinhmt04 on October 22, 2008
  • Tying the Editor Control to an SQL Database Table/Record/Field

    Visual Web Developer 2008 Express.  Visual Basic.  Cute Editor 6.x.   I know how to set up a SQL data source on my aspx page, how to tie a form to this data source, and how to tie controls within the form to particular fields in the data source.  How do I do the same with the Cute Editor.  Namely, if I am using the Cute ...
    Posted to Cute Editor for .NET (Forum) by Chaplain Doug on October 16, 2008
  • Re: Ampersand Bug inside <a> tag

    This is not a bug.   Editor.UseSimpleAmpersand Property W3C recommend that all '&' in query strings be converted to &amp; This is the only way to get a piece of HTML validated. The reason is that & is the start of an HTML entity, such as &pound; So this:         <a ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 9, 2008
  • Re: Private chat integration

    testtest,   There is a function Chat_OpenContact which allows you send users directly to the im_chatform.aspx page.   For examples:   <script src=''CuteSoft_Client/CuteChat/IntegrationUtility.js.aspx''></script> Users <a href=''#'' onclick=''Chat_OpenContact('IE')''><img ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on September 9, 2008
  • Re: Reduce file picker / file manager

    Martin,   >>Can I copy this file ''insertDocument.aspx'', rename it (e.g. to ''explorer.aspx'') and call this file instead?   It's possible.   Please check the following example:   How to create a custom button(client side) which displays a ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 18, 2008
  • Re: Losing Editor content when saving

    Adam,   Here is the ascx:   <%@ Control Language=''C#'' AutoEventWireup=''true'' CodeFile=''PM_Add.ascx.cs'' Inherits=''xxx.yyy'' %> <asp:UpdatePanel ID=''up_PMAdd'' runat=''server'' UpdateMode=''Conditional''>     <ContentTemplate>   <table ...
    Posted to Cute Editor for .NET (Forum) by ValleyHope on August 15, 2008