Click here to Skip to main content
15,897,968 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,



can any say progress bar with out update panel.any any one suggest me.


Regards,
naveen.
Posted
Comments
Vinay Jade 2-Jan-14 9:00am    
still it is not possible without updateprogress tag but you can try using jQuery ui or kendoui

You can show and hide one Progress Bar Image in your method.

Suppose, you start something in a function and want to show the Progress Bar.

Show it at that time with help of JavaScript/jQuery and CSS properties.

Then after all operation, when you complete all your operation, just hide that using JavaScript/jQuery and CSS properties.
 
Share this answer
 
If you want to do this using jquery,visit the link below.
Showing Progress Bar Using jQuery[^]
This may help.
 
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