Search

You searched for the word(s): aspx
Showing page 72 of 918 (9,180 total posts) < 1 second(s)
  • Re: jQuery error with visual studio 2013

    Code runs on the page http://cyclenovascotia.com/WebForm1.aspx  but not in the Visual Studio debugger. See below   I am working with VB.net and here is the code I am running, per your request. There is no code in the code behind and it is not referenced:    <%@ Page Language="vb" %> ...
    Posted to Cute Editor for .NET (Forum) by petermac on March 11, 2014
  • Re: Problem with latest version in Firefox

    Hi vso777,   I just downloaded the latest build and test with iframe, I can not reproduce this error. below is the example code.   1. ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 20, 2013
  • Re: Link Colors

    Dear HarryV,   Please follow steps: 1. Save the following code to test.aspx <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>   <title>ASP and ASP.NET WYSIWYG Editor - ...
    Posted to Cute Editor for .NET (Forum) by Eric on January 4, 2011
  • Re: Restrict Template Upload?

    Disable the upload function.   1: Edit security policy file. The security policy file (default.config, admin.config and guest.config) can be found in the /CuteEditor/Configuration/Security folder. In security policy file you can find the AllowUpload element. By default, it contains the following value: <security ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 7, 2009
  • Re: Error when embeding java script with parameters

    tadc@msn.com,   Please put your mouse cursor over CuteEditor.dll and read the control description. The latest build is published on July 25, 2007.   The change log is here:   http://cutesoft.net/forums/thread/30855.aspx   To upgrade to this build, please read the log. You may need to update the DLL and client files ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 30, 2007
  • Re: Open conversation window without contact list

    You can just totally remove we messenger link (IM_MainForm).  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=''#'' ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on January 19, 2007
  • Re: retrieve data from editor

    Darryl,     Here it is:     Dad.htm   <HTML><HEAD><SCRIPT>function popupCuteEditor(v_form, v_field){ var newWin, v_pagestring; w = 770; h = 500; LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; TopPosition = (screen.height) ? (screen.height-h)/2 : ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 9, 2006
  • Re: I need to resize an image and contrain proportions...

    Problem resolved in the latest build (12-08-2005). Editor.MaintainAspectRatioWhenDraggingImage property has been introduced./// <summary>/// If you do not want to preserve the aspect ratio when you drag and resize an image, you can set the MaintainAspectRatioWhenDraggingImage property to false. /// By default, ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 8, 2005
  • SpellChecker.aspx

    Installed a bin folder in the root of my site and inserted the two files. Changed permission for the folder and attempted to use the spell checker.   The error indicates that it is looking for SpellChecker.aspx and gave the path. I looked and confirmed that the file is on the server.   Called my host and asked if they supported .net ...
    Posted to Cute Editor for ASP (Forum) by Sky_Chief on October 30, 2008
  • Disable confirmation popup when navigating off of IM_MainForm.aspx

      How can I disable the confirmation popup when navigating off of IM_MainForm.aspx?  I am displaying the page in an iframe and get the popup (''Are you sure you want to navigate away from this page?  This would close the window and all conversations would be closed.  Press OK to to continue, or Cancel to stay on the current ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by essearcy on August 25, 2005
« First ... < Previous 70 71 72 73 74 Next > ... Last »