Click here to Skip to main content
15,886,770 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

I am trying to use Ajax progress bar with Ajax update panel and asp.net FileUpload Control.

FileUpload is working with updatepanel using PostBackTrigger in Triggers template.

But i want to use them all (Fileupload,updatepanel,progressbar)

please share your valuable experiences...

Thanks in Advance,
Posted

1 solution

FileUpload is working with updatepanel using PostBackTrigger in Triggers template.
When it's complete postback (using PostbackTrigger), UpdateProgress does not work directly.

You need to work around it using Javascript. Have a look here:
Update Progress show on Ajax Full Postback Trigger[^]

Alternatively, you can refer AsyncFileupload control of Ajaxtoolkit, look here:
AsyncFileUpload Control - New Control in Ajax Control ToolKit[^]
AsyncFileUpload Demonstration[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900