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

I need to show loading image while loading Session_Start event in global.asax
Posted
Comments
_Amy 25-Aug-14 5:39am    
What have you tried so far?
Manikandan MAC 25-Aug-14 5:56am    
I have a function call in Session_Start event, that copying some file from one location to another(Which should be loaded at very first time only).
Its taking some time to load, so I need to show the loading image in it.

1 solution

Why don't you invoke JavaScript which shows a loading image.

Refer - Re: Load Images via Javascript in Global.asax[^]
 
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