Do I have to switch my framework to use this product?

Last post 03-13-2009, 1:44 PM by PSMatt. 4 replies.
Sort Posts: Previous Next
  •  03-13-2009, 12:23 PM 49846

    Do I have to switch my framework to use this product?

    Hi,
     
    I currently use prototype (http://www.prototypejs.org/) as my javascript framework for my site.
     
    When I did a quick test of the application I noticed that the whole page was being refreshed on Postback not just the panel.
     
    Is there a way I can incorperate this into my current framework so my only the upload panel refreshes or do I need to switch to Microsoft AJAX or Magic AJAX?
     
    Thanks,
     
    Matt 
  •  03-13-2009, 12:35 PM 49847 in reply to 49846

    Re: Do I have to switch my framework to use this product?

    For mroe information:
     
    Basically I want to reproduce what gmail is doing.
     
    I want to allow the user to asyncronously upload files while working on other content on the same page. I notice that even in your examples the whole page is refreshing when the files complete.
     
    Can you point me to the example that does this? and if so, will I need to use a different framework to support it.
     
    Thanks again, 
     
    Matt 
  •  03-13-2009, 12:53 PM 49849 in reply to 49847

    Re: Do I have to switch my framework to use this product?

    Matt,
     
     
    you can use the CuteWebUI_AjaxUploader_OnPostback event, and do the custom postback using your script.
     
    Regards,
    Terry
  •  03-13-2009, 12:54 PM 49850 in reply to 49847

    Re: Do I have to switch my framework to use this product?

    Matt
     
    It's the easiest way if you use Microsoft AJAX.
     
    Otherwise you need write code to do the POSTBACK via XMLHttpRequest and get server response.
     
    Regards,
    Terry
  •  03-13-2009, 1:44 PM 49851 in reply to 49850

    Re: Do I have to switch my framework to use this product?

    Ok Thanks!
View as RSS news feed in XML