Search

You searched for the word(s): postback
Showing page 58 of 85 (848 total posts) < 1 second(s)
  • 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
  • Re: Pre-Upload Event

    Hi,   I'm testing ajaxuploader and facing same issue. My code is not working, the dialog box to select a file still open on click button. Could you help me please?   <%@ Page Language=''vb'' AutoEventWireup=''false'' CodeBehind=''WebForm2.aspx.vb'' Inherits=''.WebForm2'' %> <%@ Register assembly=''CuteWebUI.AjaxUploader'' ...
    Posted to Ajax Uploader (Forum) by linkbeto on June 1, 2011
  • Re: Typing delay with new version 6

    OK, i think i have a good hint to help you find the problem :   I created the simple ASPX page you told me to create and the conclustion is interesting :  If i access this page inside my web application, i still get a delay after each character and if i type fast, it even looses characters.  If i access the page in a seperate ...
    Posted to Cute Editor for .NET (Forum) by ID3TECH on May 9, 2007
  • Re: Unresponsive script in Firefox

    Version? CuteEditor_for_Net5   Example? The problem does not reproduce in the Multiple.aspx sample. The sample is very slow in Firefox, but does not show the unresponsive script error.   I am trying to strip away layers of code to find out whether the problem is occurring in CuteEditor or in my application layer. The ...
    Posted to Cute Editor for .NET (Forum) by stevehaffner on January 15, 2007
  • Re: Can not see the complete font sizes and font names

    <?xml version=''1.0'' encoding=''utf-8'' ?><configuration> <contextmenu>  <item name=''Editing'' value=''True'' />  <item name=''Format'' value=''True'' />  <item name=''Insert'' value=''False'' />  <item name=''InsertAdvanced'' value=''False'' ...
    Posted to Cute Editor for .NET (Forum) by scanner2001 on September 26, 2006
  • Re: UploadCompleted firing before all files are uploaded

    Hi,         It seems to be that your UploadCompleted event is firing on the 1st postback event on  the page instead of on the actual file Upload completetion. Please let me know if this is true.  Do you plan on fixing this or is there is a workaround?   Thanks,
    Posted to Ajax Uploader (Forum) by Pbanerji on January 24, 2012
  • Re: Problem In Implementing Uploader in Code Behind Page in asp.net

    Hi ssjal,   Here is the example code:   simple-upload-Validation.aspx     <%@ Page Language=''C#'' AutoEventWireup=''true'' CodeFile=''simple-upload-Validation.aspx.cs''     Inherits=''simple_upload_Validation'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 4, 2009
  • Re: Problem with editor - stopped working

    Are you using AJAX.ASP.NET Update Panels?  The CuteEditor control is not AJAX-Aware, and what you describe sounds like what I've experienced when I load the CuteEditor into view with a partial-page rendering (Async Postback) instead of a full postback.  I don't have a solution for you if you are using AJAX, other than wait for Version 6 ...
    Posted to Cute Editor for .NET (Forum) by vanderar on February 28, 2007
  • Re: Some advice on in-context editing

    Kind of Yeah,   Is there some way I can dynamically load the editor in to the page in Page_PreInit or on the postback and insert in place of a ContentPlaceHolder?   So the user can update the content and see it in within the design?      
    Posted to Cute Editor for .NET (Forum) by davewarren on April 20, 2007
  • Re: Installation

    I will be using the text box to allow users to generate html formatted text to use as the body of an email. I also need to send a plain version.   Can you access both on postback? Like:   string HtmlFormattedText = CuteEditor.Text; strong PlainText = CuteEditor.TextPlain;   ? Something like that?   Is there a trial I ...
    Posted to Cute Editor for .NET (Forum) by FirstSignInNoGood on December 6, 2012
« First ... < Previous 56 57 58 59 60 Next > ... Last »