Search

You searched for the word(s): postback
Showing page 2 of 85 (848 total posts) < 1 second(s)
  • Re: Javascipt attachevent lost on postback

    Scott,   Please try the following code:   <script language=''JavaScript'' type=''text/javascript'' >   var editor1=document.getElementById(''<%=Editor1.ClientID%>'');   if(editor1.IsReady)CuteEditor_OnInitialized(editor);   function ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 24, 2007
  • Re: Odd behaviour with A Href on postback

    By default Internet Explorer converts all URLs in hyperlinks (anchor tags) and images (img tags) to absolute URLs. You need to set RemoveServerNamesFromUrl to true to get the relative URLs. When this property is set to true, CuteEditor strips out the local server name from all A and IMG tags if the hostname in the URL matches the ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 19, 2004
  • How to apply full postback

    hi,   i have implemented the file uploader in my project by embedded the uploader component in update panel while keeping the other fields in form outside the update panel.   Other fields(chained drop down list, textbox) in the form have required field validator attached to them.   when i fill the form fields and ...
    Posted to Ajax Uploader (Forum) by ssjal on January 5, 2009
  • Re: Postback on any button in the toolbar

    Daniel,   You can achieve this by modifying the Toolbar Configuration file.   http://cutesoft.net/developer+guide/Toolbar_Customization_in_%20Cute%20Editor.htm   <toolbars> <item type=''g_start'' /> <item type=''image'' name=''Save'' postback=''True'' /> <item ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 17, 2005
  • Re: fileupload doing partial postback on each file upload.

    Hello Ken, Thanks for you quick response, but if you put breakpoint at page load event in your sample, you see its will get hit for each upload. its not rendering that page back, so label's text is not updated; each time fresh request is getting postback so on server you find value of label is always blank. Imran
    Posted to Ajax Uploader (Forum) by ibhadelia on August 24, 2011
  • Re: In .Net 1.1 Your Demo seems do not work during a PostBack

    i'm using IE 6.0 and FireFox 2.0, same behaviour on both browser.   It's this sample that i use.   - I choose 2 files.   - I wait after upload complete.   - After remove a file (postback) and the both file disapairs.   And also test the sample number 7 (7. Persist Uploaded File through Postback ...
    Posted to Ajax Uploader (Forum) by systalians on October 6, 2008
  • Re: The page flash when include cuteeditor after postback whatever in the updatepanel

    Hi surrounding,   Please try the example below.   If you still get this issue. Please create a simple page which can reproduce this issue and send it to Kenneth@CuteSoft.net. I will check it and get back to you as soon as possible.   <%@ Page Language=''C#'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 1, 2010
  • Re: Styles and OnCommand events clearing on postback

    Kenneth: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 directly.    Hi Ken   The significant difference here appears to be that you declare the javascript function after the editor control. Mine was declared in the ...
    Posted to Cute Editor for .NET (Forum) by gazza666 on January 22, 2014
  • Re: ASP.Net UpdatePanel not Updating, Partial Postback fires

    Phew, I got it!!! Basically I rebuilt the entire form, step by tedious little step. While I don't know exactly what was stopping it from working, i suspect it may have been caused by the following attributes set on buttons in other parts of the form:PostbackUrl = ".."Adding that back in to my working form causes the updatePanel to ...
    Posted to Ajax Uploader (Forum) by Gregorius on April 3, 2013
  • Re: Get Values Entered into HTML Inputs on PostBack

    I know how to get the HTML out.  I'm trying to get the values that the user typed into text inputs. 1.  I load HTML into the CuteEditor and show the Preview tab on form load.2.  The user sees the rendered content with text inputs and enters values into them.3.  The form posts back and I access the HTML. How do I get ...
    Posted to Cute Editor for .NET (Forum) by dkirschman on January 22, 2012