Search

You searched for the word(s): postback
Showing page 3 of 85 (848 total posts) < 1 second(s)
  • Full screen only fills the parent DIV after postback

    At one point, this worked in our app.  When the user had the editor in full screen (using the ''Fit to window'' button,) if they clicked the Save button, the editor returned to full screen after postback.  However, about the time I hacked around the issue of not being able to get at the ''getHTML'' method of the editor when in a DIV set ...
    Posted to Cute Editor for .NET (Forum) by BruceWMorgan on September 17, 2009
  • PostBack Event problem!!

    Hi, I'm using the postback property for the button ''FullPage'', it's seems to work. my behind code is this, to understand what i'm doing. Public Sub Editor1_PostBackCommand(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.CommandEventArgs) Handles Editor1.PostBackCommand ...
    Posted to Cute Editor for .NET (Forum) by oaicstef on March 23, 2009
  • After upgrade, editor does not keep text across postback.

    I recently upgraded from 5.3 to 6.0.  I replaced the DLL's in the BIN directory, and all the references. I also replaced the CuteEditor_Client directory. Since the upgrade, the control does will not maintain the text across postback.  I set the text in the page load, and I can verify (in debugging) that it has been set.  I ...
    Posted to Cute Editor for .NET (Forum) by mmurrell on April 17, 2007
  • Problem getting correct postback text

    Hi there,   The postback of the cuteeditor looks something like this (if you write ''test'' in the editor):   ctl02 #1div#2t#9#7t#1/div#2 In a clean environment I can get the correct text with editor.text, but in the environment where i use it, editor.text always return the same text as in the postback. What can I do ...
    Posted to Cute Editor for .NET (Forum) by MadsL on March 23, 2006
  • Re: Invalid postback or callback argument

    ncodd: Hi I wondered if anyone has had a fix for this issue,   I am currently getting the same error, after creating my own page from the demo.  I have installed the licence and configured the config file, everything works the first time round, also works if you add and then delete the uploaded attachment, however if you add more ...
    Posted to Ajax Uploader (Forum) by ncodd on August 27, 2008
  • Re: How to change or retain mode on page PostBack?

    gurpreet, Try the following code: <script runat=''server''>   void Page_Load(object sender, System.EventArgs e)  {      if (IsPostBack)       {           .......          ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 9, 2005
  • Re: Styles and OnCommand events clearing on postback

    Hi,   Can you try the example page below on your site? Does it get the same problem? If yes, can you send me this example page url? So I can check on it ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on January 22, 2014
  • Re: fileupload doing partial postback on each file upload.

    Hi ibhadelia, It just do one post back, please try the example below. When you click on the post back button, the page will do a post back and label1 will add ''-1''.(click a few times to test it) Then try upload multiple files, you can see the label1 just add one ''-1'' in it. <%@ Page Language=''C#'' %> <%@ Register ...
    Posted to Ajax Uploader (Forum) by Kenneth on August 23, 2011
  • Re: Invalid postback or callback argument

    Hi I wondered if anyone has had a fix for this issue,   I am currently getting the same error, after creating my own page from the demo.  I have installed the licence and configured the config file, everything works the first time round, also works if you add and then delete the uploaded attachment, however if you add more than one I ...
    Posted to Ajax Uploader (Forum) by ncodd on August 27, 2008
  • Javascipt attachevent lost on postback

    I'm currently evaluating CuteEditor and have a snag with js events and postbacks.   In essence, when the page intitially loads, I can attach events fine, it works. However, once the page has been posted back, the events are not attached (unless the text in the cute editor has changed).   From what I can gather, the ...
    Posted to Cute Editor for .NET (Forum) by sparkesyuk on May 24, 2007