Hi Code experts,
I have a silverlight file upload control embeeded in a webform. My problem is that when i try to upload i am making a postback to save the data on the page with the uploaded files but it is making a postback before file upload control uploads the images. I need to postback after file upload control finishes the upload. How can i provide this time delay?