简体   繁体   中英

Async Postback Control And Update Progress

I have Async File Upload

 <cc1:AsyncFileUpload ID="AsyncFileUpload2"  EnableViewState="true" Width="400"  UploaderStyle="Modern" OnClientUploadComplete="showDiv" OnUploadedComplete="AsyncFileUpload1_UploadedComplete" ClientIDMode="AutoID" runat="server" />

i have update progress in master page which works fine in all situations except when there is async postback using above file upload control. How can i show update progress when AsyncFileUpload_UploadComplete is getting fired.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM