How to hide the progress bar in asp.net
<div class="loading" align="center">Loading. Please wait.<br />
<br />
<img src="loader.gif" alt="" />
</div>
i show the progress bar using above code.
I have one button called show when i click the show button progress bar will display.
After that excel will open and i close the excel scree
After i close the screen progress bar is still running in background
how to hide that progress bar