Search

You searched for the word(s): aspx
Showing page 44 of 918 (9,180 total posts) < 1 second(s)
  • Re: Export Chat log

    hi kjell.ed, CuteChat does not support this feature. Below is another way to achieve it. The simple way is copy the content of the chat log page and than paste into CuteEditor, use the create pdf function to save it as pdf file.  1. Copy the content what you want to save in the chat log page 2. Open ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Kenneth on December 21, 2010
  • Re: Live Support Operator TCP Port 80

    Dear DavidMag,   I tested this scenario on my computer, the steps are as follows: 1. Install Cute Live Support server side and login by http://127.0.0.1:593/login.aspx, I can login successful. 2. Open Cute Live Support operator client, input website url, username, and password:      Website url: ...
    Posted to Cute Live Support (Forum) by Eric on December 2, 2010
  • Re: Toolbar Issue in IE7

    Hi MarkMyWords,  Can you reproduce this issue on our demo  http://www.cutesoft.net/example/general.aspx? Do you get the same issue in the example ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 7, 2010
  • Re: full postback after the multiple files uploaded

    hi deepakkumarjoshi, AjaxUploader need to transfer the upload files to the server, so the postback is necessary. If you just want to prevent it, you can try the code below <script>function CuteWebUI_AjaxUploader_OnPostback(){ return false;}</script>   If you want to submit the page after all ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 21, 2010
  • Re: any way to prevent the picture from word by the paste from word button?

    Word stores the image in its own file system. As as web solution, we don't have permission to access it directly. So your users cannpt paste any picture from word.   For your situation, I suggest you check the following example:   http://cutesoft.net/example/editor-onpaste.aspx   Maybe you need to consider set EditorOnPaste ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 14, 2010
  • Re: Events not firing

    Hi Holt, Please try the example ...
    Posted to ASP Uploader (Forum) by Kenneth on October 10, 2010
  • Re: Integration of CuteChat with Salesforce.com

    Dear shamam3,   Please follow steps;   1. Download integration package, the download url is http://cutesoft.net/downloads/folders/chat_current_releases/entry28676.aspx 2. You need have a member database integration,  detailed steps can be found in:     ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Eric on October 6, 2010
  • Re: Integration of CuteChat with Salesforce.com

    Dear shamam3,   Please follow steps;   1. Download integration package, the download url is http://cutesoft.net/downloads/folders/chat_current_releases/entry28676.aspx 2. You need have a member database integration,  detailed steps can be found in:     ...
    Posted to Cute Editor for .NET (Forum) by Eric on October 6, 2010
  • Re: DotNetNuke - Don't See Outline Around Tables/Divs

    Please open your web.config and add the following into Cute Editor section. ToggleBorder=''true''   Example code:    <add name=''CEHtmlEditorProvider''             type=''DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 30, 2010
  • Re: Edit with AjaxUploader

    Dear Roniel,   Allow the user to edit files already added. This is your new requirement. After files are uploaded to your server, you can write code to handle the uploaded files, you can load files to 3rd party tool and edit them. Ajax Uploader is a professional  upload tool, it doesn't supply edit functionality. If you want to edit ...
    Posted to Ajax Uploader (Forum) by Eric on September 13, 2010
« First ... < Previous 42 43 44 45 46 Next > ... Last »