Search

You searched for the word(s): postback
Showing page 5 of 85 (848 total posts) < 1 second(s)
  • No postback event when autoconfigure is set to simple

    I try to make a function in my application that looks something like http://cutesoft.net/example/general.aspx , the user is able to choose how advanced the editor should be. My implementation works this way: When the user checks a different radiobutton the AutoConfigure property of the CuteEditor is set to this value.  I have put a save ...
    Posted to Cute Editor for .NET (Forum) by claraattermo on September 2, 2009
  • Re: Firefox+Ajax: Entered text is not posted to server during async postback

    Hi, Could you give me the source code of the page used in this link (posted by u in this thread): http://richtextbox.com/userexample/ajax-support.aspx because our company has purchased cute editor and the page that i have created uses Atlas update panel. when i put the cute editor control in my page, Ajax stops working. i have just ...
    Posted to Cute Editor for .NET (Forum) by omairs on October 30, 2007
  • Re: Scroll to top of the page on postback

    Adam, Looks like the problem still exists (at least for IE 6/7). I just downloaded the latest Cute Editor version available (CuteEditor 6.0 Build 2007-05-21), but get the same jump to the top of the page. I can see that my JScript code restores the position, but then the page jumps to the top. It seems that control keeps loading after the ...
    Posted to Cute Editor for .NET (Forum) by ybelov on June 5, 2007
  • Re: How do I stop CuteEditor from scrolling the page to the top on each postback?

    Can I get some support on this issue please, or at least an explanation of what I was meant to be looking for in your last post?   I can see that if you just put nothing but a textbox on the page, like you suggested, there is not enough on the page for IE7 to trigger the code to scroll down.    I've changed the two examples so ...
    Posted to Cute Editor for .NET (Forum) by ChrisD on November 17, 2006
  • Re: DNN 4.x - How do I get the ModuleID in a Postback?

    Protected _parentModule As DotNetNuke.Entities.Modules.PortalModuleBase   _parentModule = CType(FindModuleInstance(Me), DotNetNuke.Entities.Modules.PortalModuleBase)    Public Shared Function FindModuleInstance(ByVal fCtl As System.Web.UI.Control) As ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 20, 2006
  • Re: RichDropDown PostBack

    Hi   You could use the onchange attribute of the richdropdown to set a hidden field on the form and then do a submit. You would then have to check the hidden field in the load event and then do whatever you wanted to do.   e.g. create rddl Dim rddl As New ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on September 20, 2006
  • Re: Stack overflow error during postback in IE

    Its a rather complex page, so I will just show you how to get to it. Go to http://gamestreet.dynu.com/gamestreet and click on ''signup'' at the top. Create an account, login, and to to the ''My Profile -> Customize Page'' section. You will see the editors on the page and the ''add another section to this zone'' link which is causing it. The ...
    Posted to Cute Editor for .NET (Forum) by JRodman on August 6, 2006
  • Re: How to change or retain mode on page PostBack?

    when i uses the following code in .aspx -- <CE:Editor id=''Editor1'' ConfigurationPath=''CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/Toolbar.config''           AutoConfigure=''None'' ActiveTab=''Edit'' ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on May 9, 2005
  • Re: Deleting an image causes a postback

    vikbol,   Do you mean the following issue?   Microsoft Knowledge Base Article - 235239   Pressing BACKSPACE Key in Text Input Box When Web Page Is Inactive Causes Browser to Move Through Browser History   This article was previously published under Q235239 SYMPTOMS   When you press the BACKSPACE key (or ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 22, 2004
  • Re: Spotting a save button postback

    Nevermind, I ended up creating my own copy of the button and used the __doPostBack javascript method to call my other save button's click method.   For anyone that wishes to do the same thing:   Dim Image1 As New System.Web.UI.WebControls.Image Image1.ID = ''SaveEditorContent'' Image1.ToolTip = ''Save'' Image1.ImageUrl = ...
    Posted to Cute Editor for .NET (Forum) by rossinho on August 27, 2004
« First ... < Previous 3 4 5 6 7 Next > ... Last »