Search

You searched for the word(s): postback
Showing page 8 of 85 (848 total posts) < 1 second(s)
  • Re: Upload button does not work after first postback.

    I can't seem to reproduce this using a sample page and the page that I have is probably a bit big to post here. However, I have a new clue. When the page first loads, if I right click on the upload button, it says silverlight. However, after the postback, it no longer says silverlight.
    Posted to Ajax Uploader (Forum) by Chris928 on July 18, 2012
  • Re: Scroll to top of the page on postback

    Hello Adam, Here is the code to demonstrate the problem. If the ''Cute Editor'' control is removed from the page, the scroll position is maintained. However, with the ''Cute Editor'' control on the page, the scroll position is reset to the top (sometimes after jumping up/down a few times).   <!-- <%@ Page ...
    Posted to Cute Editor for .NET (Forum) by ybelov on June 5, 2007
  • Re: Class attribute is removed after postback

    Hi Ken,   Thanks for that. I did do that to try and see the version but for some reason it doesn't show. I'm using VS 2008. Anyhow, perhaps I could try and get the latest version of the editor.   The version installed in the project has always been poor at formatting anyway, Eg. Setting bulleted lists and headings causes ...
    Posted to Cute Editor for .NET (Forum) by chalked on November 19, 2009
  • Re: How do I stop CuteEditor from scrolling the page to the top on each postback?

    ChrisD,   Please try change the following code:   <script type=''text/javascript''>alert('Scrolling to bottom');scrollTo(0,10000);</script>   To:    <script type=''text/javascript''>alert('Scrolling to bottom');setTimeout(''scrollTo(0,10000)'',1000);</script>    Then try ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 19, 2006
  • Re: Delete before submit without postback?

    Dear LUT,   Please refer to the following snippet, you can click ''Cancel All'' to cancel the whole upload or click ''Remove'' icon to cancel the upload of specific file:   <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Eric on March 29, 2011
  • Re: Invalid postback or callback argument

    I am still receiving the error in both the demo and my own website. I uploaded the entire demo to my host and now I am getting the error 'UploadModule is not installed into web.config.!' I had this error on my local pc but that was because I stupidly put the module into the validation module section. Once I moved it it worked fine. I really don't ...
    Posted to Ajax Uploader (Forum) by spudcud on July 25, 2008
  • Sequence of events - Queue table shows uploaded BEFORE Ajax postback fired and complete

    Sorry if this is a newbie question.  I searched the forums but couldn't find an answer.  I am just trying the product with the 30 day trial and love the concept.  The ajax postbacks are awesome and this looks like this product fits my needs perfectly, except one issue.   The issue I have is with some lag.  Basically ...
    Posted to Ajax Uploader (Forum) by netguy on March 19, 2014
  • Get Values Entered into HTML Inputs on PostBack

    I have HTML stored in a database that I load into an editor on page load.  The HTML contains text inputs and I open the editor in View mode.  The user can fill in the HTML text inputs.  I have used name and ID attributes on the text inputs. Is there any way to access the values that they entered on form postback
    Posted to Cute Editor for .NET (Forum) by dkirschman on January 17, 2012
  • Lost postback event when setting the Autoconfig property

    Was mhonaker's problem ever solved?  http://cutesoft.net/forums/thread/30813.aspx The problem is that after I set the AutoConfig property of the editor the save-button doesn't work until the second click. Here is an example where I use radiobuttons to set the AutoConfig property and shows a Label with text 'save' on postback ...
    Posted to Cute Editor for .NET (Forum) by claraattermo on September 8, 2009
  • Problem with Scroll on Postback

    I'm using CuteEditor 5.2 with ASP.NET 2.0 and have a custom javascript to maintain the scroll position on postback.  The javascript runs and correctly goes to the scroll position; however in IE, it then scrolls back to the top of the page.  This does not happen in firefox.  I've determined that it's something related to ...
    Posted to Cute Editor for .NET (Forum) by mchoo on April 4, 2006
« First ... < Previous 6 7 8 9 10 Next > ... Last »