Search

You searched for the word(s): postback
Showing page 12 of 85 (848 total posts) < 1 second(s)
  • Re: How to maintain scroll position on postback?

    fredd,   If you are using asp.net 2.0, please follow the steps below.   1. Download the latest build.   2. In the top of your aspx page, set MaintainScrollPositionOnPostback=''true''.   Demo:   http://richtextbox.com/test/MaintainScrollPositionOnPostback.aspx   If you are using asp.net 1.1, you need to ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 6, 2007
  • Delete before submit without postback?

    Hi,   I am using the UploadAttachments but do not want to do a postback when each file is uploaded (to temp directory) so I have set CuteWebUI_AjaxUploader_OnPostback() to return false and that works fine. However is it possible to add a cancel button to let user cancel the upload? I can't get it to work. Client side ...
    Posted to Ajax Uploader (Forum) by LUT on March 29, 2011
  • Re: Not catching the postback event ?

     trentk_iss wrote:I got the same lost postback event problem but I was using Editor1.AutoConfigure = CuteEditor.AutoConfigure.Full_noform   In my page_load event   The fix worked ok but you need to use InsertForm instead of Form to get rid of the Form icon from the toolbar   I'm not so sure we have nailed the bug nor ...
    Posted to Cute Editor for .NET (Forum) by Nilzor on February 27, 2006
  • Re: No Postback where cutesoft editor is, asp.net 2.0. (Problem founded)

    Can you create a simple aspx page and send it to me?   I am using the following code and the postback works.     <%@ Page Language=''C#'' MaintainScrollPositionOnPostback=''true'' MasterPageFile=''~/Default.master'' %><%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 12, 2006
  • Re: Upload without PostBack

    Hi,   Please check demo page "ajax-attachments.asp", it does not need to do the post back of current page, and you can handle the upload file from the handler file.   regards,   Ken 
    Posted to ASP Uploader (Forum) by Kenneth on July 18, 2016
  • Re: Class attribute is removed after postback

    chalked: Hi there,   Thanks for replying quickly.   It works fine in your example. Both versions retain the class attribute. So, I'm not sure why it is disappearing in my setup...?     The first box is:   <div><span style=''font-family: Arial''>This is <strong>test <a class=''pickle'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 12, 2009
  • Re: Postback on dropdowns

    Lars,   I suggest you add a new custom drodown (Server Control):   http://cutesoft.net/example/howto/RegisterServerControl/cs/RegisterServerControl.aspx   The existing dropdown will not trigger a postback.        
    Posted to Cute Editor for .NET (Forum) by Adam on June 15, 2006
  • How to maintain scroll position on postback?

    Whenever a postback occurs, the current cursor position is lost and the returned page jumps to the top of the text. How do we maintain the scroll position and the cursor pos on postback?   For example, suppose there are 100 lines in the editor and I'm currently at line 90. When I trigger a postback, the content of the editor starts again ...
    Posted to Cute Editor for .NET (Forum) by fredd on July 5, 2007
  • Re: Change EditorWysiwygModeCss then looses event postback

    Hi   Took the above and tweaked to add the save code too see below (HTML is as yours), and it still misses the event. The CSS changes fine, but when I click save after changing the CSS it doesnt work, I have to click it twice.   Have stuck in breakpoints to see when code is being hit and it doesnt even go into the ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on September 21, 2006
  • Re: Editor1.Text is not current when postback is called!

    Hey buddy, Thanks for your quick response.  The issue had to do with adding controls to the tool bar.  I'm trying a different approach and expect/hope the issue with Editor1.Text will go away... I want to call this form Page_Load - but can't figure out how to assign a call back for a custom pull down... see ...
    Posted to Cute Editor for .NET (Forum) by aaauuummmm on May 26, 2005
« First ... < Previous 10 11 12 13 14 Next > ... Last »