Hi,
I'm trying to update an asp.net label from server-side code, after an upload has completed. I've tried setting the text property in the uploaded event, but with IsCallback being through, I suppose it has no access to that property. It's not updating it, that's all I know...
Now do I need a callback for this? how do I accomplish this?
Thanks in advance.