Search

You searched for the word(s): postback
Showing page 11 of 85 (848 total posts) < 1 second(s)
  • Re: AjaxUploader OnFileUploaded

    Hi,   Please check this thread for client script API: http://cutesoft.net/forums/thread/44763.aspx   You can do it like this :   <scrpt> function CuteWebUI_AjaxUploader_OnPostback() {  var hidden=this;  //currently you are not able to get the filename of the upload ...
    Posted to Ajax Uploader (Forum) by cutechat on October 18, 2008
  • Re: Failed to load Viewstate Error occurs when using Cute Editor

    As you probably know, viewstate restores values based on the IDs of contorls during postback. In order for this to work, ViewState expects the contorl tree to be the same before and after. The error basically tells you that the control tree is got on postback wasn't the same as before. Since you are using dynamic controls, make sure to give them ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 2, 2008
  • Re: Button Handling

    >>I don't want to create a custom button. I want to change the properties of toolbars item ''ToFullPage'' and ''FromFullPage''. Why do you want to do that? It doesn't make sense to me. The button will do post back, however the clietn function will be ignored.   Anyways, here are the solutions:   1. Open the toolbar ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 24, 2006
  • Re: In .Net 1.1 Your Demo seems do not work during a PostBack

    Do you have the same problems with the following example?   5. Uploading multiple files like GMail Google's GMail has a nice way of allowing you to upload multiple files. Rather than showing you 10 file upload boxes at once, the user attaches a file, you can click a button to add another attachment.   Which browser are you using?
    Posted to Ajax Uploader (Forum) by Adam on October 6, 2008
  • Re: Textarea not updated with an ajax postback

    Hi johnb,   Can you create an example which can reproduce this issue and send it to Kenneth@CuteSoft.net (except the CuteSoft_Client folder)? I will check it and get back to you as soon as possible.   Regards,   Ken
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 3, 2010
  • Scroll to top of the page on postback

    Hello, It seems that Cute Editor control resets page scroll position back to the top after a postback. I'm using ''CuteEditor.dll'' v6.0.0.0 (CuteEditor 6.0 Build 2007-05-10). I have tracked the issue down to ''CuteEditorImplementation.js'' (this ''js'' is accessed from ''LoadXMLAsync'' function in ''Loader.js'', if this helps...) I ...
    Posted to Cute Editor for .NET (Forum) by ybelov on May 18, 2007
  • Change EditorWysiwygModeCss then looses event postback

    Hi   I am allowing the user to select the CSS file. This bit is fine, i can select the file and the css class combo changes. No Probs.   However what I am finding is that if I try and save after changing the css file then it doesnt work. But when i click it a second time then it does work fine! It seems for some reason the event ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on September 20, 2006
  • Re: No Postback where cutesoft editor is, asp.net 2.0. (Problem founded)

    Lisandro,   Try disable the save button and use <asp:Button> control.   <%@ Page Language=''VB'' MasterPageFile=''~/Principal.master'' Title=''Untitled Page'' MaintainScrollPositionOnPostback=''true'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> <asp:Content ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 13, 2006
  • Re: Full screen only fills the parent DIV after postback

    BruceWMorgan,   Please create a simple aspx page showing the problem and send it to kenneth@cutesoft.net.   We will release a build soon. With this new build, we improved the position calculation code. It may resolve this issue.
    Posted to Cute Editor for .NET (Forum) by Adam on September 17, 2009
  • Re: In .Net 1.1 Your Demo seems do not work during a PostBack

    I've Just click on the remove link (in the G-mail sample) after several document was upload.   And then IHM is reset, lost all other upload document in your Control.   I've trying this sample on 2 computers (dev and server) and i still have the same problem.    I've used the web application in the folder :  Framework ...
    Posted to Ajax Uploader (Forum) by systalians on October 6, 2008
« First ... < Previous 9 10 11 12 13 Next > ... Last »