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
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
We are still following your case. Please, let us know if you have any questions or concerns.
If you need any additional assistance with this case feel free to contact me.
I will keep this case open for another three days while I am waiting for your response. If at that time you haven't responded, I will close it.
Please note that closed cases may be reopened within thirty days of closure.
Thank you for choosing Infragistics components.