Search

You searched for the word(s): postback
Showing page 45 of 85 (848 total posts) < 1 second(s)
  • How to change or retain mode on page PostBack?

    For example i changed mode from normal to html in cute editor now when the page is posted back the cute editor is in html mode i want that cute editor should remain in normal mode when ever the page is posted back. Thanks.  
    Posted to Cute Editor for .NET (Forum) by gurpreet on April 22, 2005
  • Re: Firefox+Ajax: Entered text is not posted to server during async postback

    Eugene:Cool! It works. When are you going to updated trial package? I would like to proceed with eveluation.   It's updated.    
    Posted to Cute Editor for .NET (Forum) by Adam on October 29, 2007
  • Re: How can i achieve this in code behind

    Hi,   You'd better setTimeout to check whether the uploader is initialized after AJAX postback.   for example:   function StartUpload() { var submitbutton=document.getElementById('<%=SubmitButton.ClientID %>'); var uploadobj=document.getElementById('<%=Uploader1.ClientID %>'); if(!uploadobj.startupload)//not ...
    Posted to Ajax Uploader (Forum) by cutechat on March 31, 2009
  • Re: queue table question

    Thanks,   There is some serverside stuff I wanted to try like creating a thumbnail and placing it in the queuetable as each upload was completed or display an icon for the document type.  I have webservices working with the  handlequeueui event now and basically generate my own queuetable.  While I haven't wired in ...
    Posted to Ajax Uploader (Forum) by zapdafish on September 2, 2009
  • Re: function CuteEditor_OnCommand

    Hi All,   I have the similar issue, I cant get the client event (CuteEditor_OnCommand) to fire at all. I coped the ''How To'' page into my project and it doesnt work?   I am trying to load and save the editor content through ajax, I have the editor working in a modal dialog and loading content through a WCF service, I just need ...
    Posted to Cute Editor for .NET (Forum) by redman on June 9, 2009
  • How do I tell CE not to validate the length on a cancel?

    I have a CE dialog with a MaxLength = 6000, and below it a Submit and a Cancel button as below:  <asp:button id=''SaveButton'' Runat=''server''></asp:button> <asp:button id=''CancelButton'' CausesValidation=''False'' Runat=''server''></asp:button> If the text in the CE exceeds 6000 chars and the user hits ...
    Posted to Cute Editor for .NET (Forum) by ceblanda on September 1, 2011
  • Ajax Uploader - Uploader_FileUploaded server event not firing - Firefox 5 Only

    Hi, have an Ajax Uploader install working perfectly but now the file uploaded server event is not firing with Firefox 5.0. Have tried on 2 PCs with FF5, same result. Works fine with older FF versions and IE / Chrome. If I trigger a postback (with a test button inside the update panel)  the FileUploaded event then fires and server side code ...
    Posted to Ajax Uploader (Forum) by Brena on June 26, 2011
  • Intermittent problem with temporary file directory not being available

    I'm using the Ajax Uploader, automatic upload not manual.  Occasionally users get a message that says: Unable to find the uploaded file in directory: E:\....\UploaderTemp - (at that point on the screen, the progress bar is sitting at 100% and Cancel button is still showing)- (UploaderTemp is the temp file directory listed on the ...
    Posted to Ajax Uploader (Forum) by debdba on August 2, 2010
  • safari / chrome page refresh issue

    Hi, I have encountered one problem: When upload is finished and PostBack event is fired, page reloads and ''scrolls'' down to the place where AjaxUploader is placed. This works fine in IE / Firefox, but not in Chrome / Safari.  When you have long page and AjaxUploader is placed somewhere at the bottom of the page, after file upload when ...
    Posted to Ajax Uploader (Forum) by swift on September 16, 2009
  • Re: Get a serverside reference to the Save button

    Another way to solve my probelm would be to add my own custom button with a post back. Trouble is I can either have a button with no image (postback works) or an ImageButton with no post back? Please help I have been trying to solve this for hours.             Button btSave = new ...
    Posted to Cute Editor for .NET (Forum) by Domainscanners on February 12, 2009
« First ... < Previous 43 44 45 46 47 Next > ... Last »