Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
665
WebUpload Update Page
posted

Let's say that I have a label and a WebUpload control on a page. How to I update the labels text from the OnUploadFinishing event?

 

Thanks,

 

Neil 

 

Parents
  • 29417
    Suggested Answer
    Offline posted

    Hello Neil,

     Thank you for posting in our forum.

    The uploader uses ajax requests to upload the files to the server. During that request no other parts of the page will be refreshed so any changes you apply to other controls on the page during that request will not be reflected until that part of the page is refreshed.

    You could wrap the the label in a update panel and update it when the file upload has finished loading. For example on the client side FileUploaded event.

    Please refer to the attached sample and let me know if you have any questions.

     

     

    Best Regards,

    Maya Kirova

    Developer Support Engineer II

    Infragistics, Inc.

    http://es.infragistics.com/support

     

    WebUpload.zip
Reply Children