Ajaxuploader in usercontrol, sys undefined, client side framework failed to load

  •  09-28-2009, 3:47 AM

    Ajaxuploader in usercontrol, sys undefined, client side framework failed to load

    I have some troubles with the ajaxuploader.
     
    If I have the following situation it does not work and it gives me 'client-side framework failed to load', sys undefined etc.
    I came to the conclusion that when you place the control containing the ajaxuploader on a panel AFTER e.g. a button event it does not work.
     
    Default.aspx:
    - UpdatePanel, loads in Page_Init 'Dashboard.ascx'
     
    Dashboard.ascx:
    - Loads in Page_Init 'Upload.ascx'
    - Adds 'upload' to a panel AFTER a button event
     
    Upload.ascx:
    - Just the ajaxuploader
     
    If i load the upload control in dashboard.ascx and place it on a panel directly it works like it should work! When i place it after a button event or something like that it just don't.
     
    Someone else with this problem? Can i send the code to you terry?
     
    Thanks,
    Marco
View Complete Thread