Search

You searched for the word(s): postback
Showing page 47 of 85 (848 total posts) < 1 second(s)
  • Re: Using AjaxUploader with jQuery AJAX and ASP.NET

    Hi Terry,   Could you please tell me where I can find some documentation on the custom AJAX tasks?  I've installed V3.0, and I can't seem to find any new documentation.   Most importantly with regards to functionality, I still can't find the file I uploaded on the server once I call ...
    Posted to Ajax Uploader (Forum) by Dunc_NZ on April 21, 2009
  • Re: Function Call when Finished Uploading Multiple Files

    Hi, Another question about this FileUploaded event. It is fired once for each file uploaded. However, all events are fired after ALL files are uploaded (the postback occurs at the end only).  Is there an event that is fired immediately after an upload (without waiting for the other files to be uploaded)? So that file processing can begin ...
    Posted to Ajax Uploader (Forum) by DarShak_Boy on February 24, 2009
  • Re: Help Needed in Placing Uploader in a Update Panel

    hi,   Thanks for your help, my problem has been solved.   Your support for the uploader is excellent.   but i still want to know how i can disable certain controls on the form (eg:- cascading drop down lists) while file uploading process is going on.   eg:- while the file uploading process is going on, ...
    Posted to Ajax Uploader (Forum) by manjot25 on January 6, 2009
  • Re: Error uploading files

    Setting the UploadType to ''IFrame'' solves the problem, but when I tried with a large file, I got Maximum Request Length Exceeded, which is the error we used to get when using the standard asp.net FileUpload control with large files.   What are the limitations of using the IFrame upload type?  Does the entire file get loaded into ...
    Posted to Ajax Uploader (Forum) by veloearl on January 2, 2009
  • Re: .net CuteEditor Caching content?

    I am editing HTML stored in a database. I am verifying that the editor is not processing my changes via the following process: 1. page loads, editor loads, content in the editor is the latest from the DB. 2. I make changes to the content, editor shows the changes in Normal, HTML, and preview modes. 3. I click to save the changes 4. I do a ...
    Posted to Cute Editor for .NET (Forum) by new_customer on December 17, 2008
  • Re: Using CuteEditor as a Simple TextBox Form Field

    Thanks for the reply Adam.  That gets me there partially.  It shows me how to limit the size and remove return key functionality.   Am I also to assume then that to solve some of my other questions...  - I can use the attachevent and detachevent javascript to attach an event for onblur?  - I can write a ...
    Posted to Cute Editor for .NET (Forum) by JonE on July 28, 2006
  • Re: Cannot change content in CE?

    Hi,   bit of an update. Got it to take content - by putting the Editor directly in the aspx page, not dynamically from the code behind.   However it now gets more complex. We're trying to use Atlas in this site (Microsoft's take on Ajax - so basically it doesn't post the whole page back and refresh the page, but makes the call behind ...
    Posted to Cute Editor for .NET (Forum) by bluepictsie on May 31, 2006
  • Re: Not catching the postback event ?

    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
    Posted to Cute Editor for .NET (Forum) by trentk_iss on May 25, 2005
  • Re: 6.2/6.3/6.4 issue with CuteEditorDropDown class in IE7

    <?xml version=''1.0'' encoding=''utf-8'' ?>  <configuration>   <codeviewToolbars>    <item type=''g_start'' />    <item type=''image'' name=''Save'' postback=''True'' />    <item  ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 11, 2009
  • Re: Problem with relative / absolute image-paths

    Test here: http://cutesoft.net/example/general.aspx In the URL field, if the path is relative path (../uploads/somepath), after postback, you will get a relative path.  In the URL field, if the path is absolute path, after postback, you will get an absolute path. I guess you are looking for a method which can automatically convert the ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 20, 2005
« First ... < Previous 45 46 47 48 49 Next > ... Last »