Re: Control error in Visual Studio & progress bar color

  •  07-15-2010, 10:33 PM

    Re: Control error in Visual Studio & progress bar color

    Hi MITFrog,
     
    1. Can you reproduce this issue on online demo http://www.ajaxuploader.com/Demo/Large-File-Upload.aspx?
     
       If it only happen on your site, please try set  <trust level="Full" /> in you web.confg.
     
    2. We will fix this issue in next patch.
     
    3. If the page and the codebehind separation, please change "AttachmentItem" to "CuteWebUI.AttachmentItem".
     
    4. Find the code of this method "ButtonDeleteAll_Click", Change the code to below
     
    1. Protected Sub ButtonDeleteAll_Click(ByVal sender As ObjectByVal e As System.EventArgs) Handles ButtonDeleteAll.Click   
    2.   
    3.   End Sub  
     
    Regards,
    Ken
     
View Complete Thread