Search

You searched for the word(s): postback
Showing page 42 of 85 (848 total posts) < 1 second(s)
  • Re: Editor.Focus = true resets cursor to top of page, not to where it was before postback

    Please test this example: http://richtextbox.com/test/Focus.aspx   When post back, the editor will get focus again if your Editor.Focus to true.    
    Posted to Cute Editor for .NET (Forum) by Adam on August 20, 2007
  • Re: IE8 no menus?

    v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} Normal 0 false false false MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:''Table Normal''; mso-tstyle-rowband-size:0; ...
    Posted to Cute Editor for .NET (Forum) by analysis_junky on June 3, 2009
  • ERROR: Server Error in '/' Application

    Would you believe another error: Do you have any idea how to retify this one? When I try and login to cute editor on this page http://www.diversetraveller.com/DT_SignUp.aspx   Server Error in '/' Application.   _____  Invalid postback or callback argument.  Event validation is enabled using <pages ...
    Posted to Cute Editor for .NET (Forum) by DiverseTraveller on July 26, 2006
  • Re: turning off htmlentities behavior

    jmvoodoo,>>it seems that the postback behavior for the control's HTML entities differs between when the control is in HTML mode and Normal mode... That's true. Some works are handled in the server side instead of the client side.Demo is here:http://cutesoft.net/example/UseHTMLEntities.aspx    
    Posted to Cute Editor for .NET (Forum) by Adam on November 3, 2005
  • Re: images and text box doesnt load correctly.

    I'm having the same problem.  Here's what I'm doing....   In TestPage1.aspx:  <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> ... <div>     <CE:Editor ID=''Editor1'' runat=''server'' /> </div> ...   After viewing the page's source, he's ...
    Posted to Cute Editor for .NET (Forum) by mhodges on December 10, 2008
  • Re: uploaded images info dissapearing

    Hi dbots, Please try the example below. Upload some files, then click the post back button. The uploaded file infor will always there. Does the example works for you too? If the problem needs some special code to reproduce, please show me the example, so I can check it for you. <%@ Page Language=''C#'' ValidateRequest=''false'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 7, 2011
  • Re: Problem when publishing to production test server...

    Ken,       The method above you provided does not really work.  It does seem to upload the file and  fire OnUploadCompleted and OnFileUploaded events.  However, the ajax part of uploader does not work as it generates a full page postback..   I am using the ...
    Posted to Ajax Uploader (Forum) by ScottDolan on November 2, 2011
  • Re: Latest version of the Editor not loading new changes after a save

    MasterShadow,Processing the data in Page_Load event sometimes may cause the problem because form data may not sync to the controls. I suggest you use Page.LoadComplete event. The LoadComplete event occurs after all postback data and view-state data is loaded into the page and after the OnLoad method has been called for all controls ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 2, 2011
  • Re: Automatically Redirect after Upload is complete

    Hi djnotepad, I advise you refer to http://cutesoft.net/forums/thread/50918.aspx  You can find the following function in that example:  function CuteWebUI_AjaxUploader_OnPostback()    {           //clear the queue   ...
    Posted to Ajax Uploader (Forum) by Eric on June 29, 2011
  • Re: __doPostBack to Editor?

    Hi Tobster, You can fire the PostBackCommand of editor by the code below. editor1 is the ID of CuteEditor in the page. __doPostBack(''editor1$PostBackHandler''); But I suggest you use ''ExecCommand'' to fire the PostBackCommand event, like below  var editor1=document.getElementById(''<%= editor1.ClientID ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 11, 2010
« First ... < Previous 40 41 42 43 44 Next > ... Last »