Search

You searched for the word(s): assembly
Showing page 138 of 149 (1,483 total posts) < 1 second(s)
  • Re: Failed to load resource: the server responded with a status of 500(Internal Server error)

    Hi ssjganesh, Can't access your page directly.  Can you create a simple page with the code below and put the page to the root of your site? So I can test ...
    Posted to Ajax Uploader (Forum) by Kenneth on July 24, 2012
  • Re: Error : Unknow result

    Hi sansindia85, Do you get the same issue by the example page below(also use UploaderDebug=1)? <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 17, 2011
  • Re: 6.2/6.3/6.4 issue with CuteEditorDropDown class in IE7

    Are you sure you are modifying the correct toolbar configuration file?   Please modify default.config and try the following code:   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>   <%@ Page language=''c#''%>   <html> ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 5, 2009
  • Re: Changed event firing on click in FireFox

    FredD,   Please check this example:   http://richtextbox.com/userexample/FredD_Firefox_click.aspx   The souce code of this example is as followings:   <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 29, 2007
  • Problem installing

    I have a problem when installing the DLL   1) Copied all the 2 files (CuteWebUI.AjaxUploader.dll, AjaxUploader.lic) of the demo version to BIN directory   2) Modified the web.config as suggested:   <httpModules> <add name=''ScriptModule'' type=''System.Web.Handlers.ScriptModule, System.Web.Extensions, ...
    Posted to Ajax Uploader (Forum) by fcogtz on May 15, 2009
  • Multiple Editors in AjaxToolkit:TabContainer has different Heights in IE7

    Hi,   for each Editor in a TapPanel in a AjaxToolkit:TabContainer I set a Height=''200px''. But in Internet Explorer 7 CuteEditor shows different Heights in each TapPanel.   Is this fixable? Thanks! Example Code: <%@ Page Language=''VB'' AutoEventWireup=''false'' CodeFile=''CuteEditor.aspx.vb'' ...
    Posted to Cute Editor for .NET (Forum) by Dev65 on December 21, 2008
  • Re: Deployment Problems

    Hi,   because the tag is registered in the web.config.   so when you use your own web.config , you need specify this line at the beginning of page code :   <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %>   Regards, Terry  
    Posted to Ajax Uploader (Forum) by cutechat on March 5, 2009
  • TypeError: window.CuteEditorInitialize is not a function

    I am using a cute editor with a simple toolbar(B, I, U, A, ab) for a CRUD as part of the "add" and the "edit" windows. We have 4 environments. Local, Dev, QA and production. When the code got to QA we started getting the above error(window.CuteEditorInitialize is not a function) in some of the attempts to add(a template of ...
    Posted to Cute Editor for .NET (Forum) by artsaliva on April 2, 2013
  • Avoiding postbacks

    Hi We're currently evaluating the ajaxuploader for our application. We want the uploader to do it's thing BUT not do a postback -- we'll then do an ajax postback so that we can update some info and put the file into a database without doing a postback.  I've put in script as follows:-      function ...
    Posted to Ajax Uploader (Forum) by dipolar on August 12, 2010
  • PasteHTML doesnt work properly in IE7 when using the breakelement.BR

    Hi There, PasteHTML works fine in Firefox, however when you use PasteHTML in IE7, the pasted text is always after all the BR's in front of the next text.  Can someone please look into this, this is some critical functionality we are looking for.  The example below in IE7 causes the behavior. 1. Use the code below.2. Put your ...
    Posted to Cute Editor for .NET (Forum) by mreric on July 28, 2010