How to include loader image without usng AJAX controls like Scriptmanager, UpdateProgerss.
Note: Page Getting Load.
Geetha
If you want to just put an Ajax style loader image on your page then goto this website and generate one. Then simply place that on your page where you need it
$(function() { $("#myLoadingImage").hide(); });. Then your loading image would have the id myLoadingImage.<img src="myloadingimage.gif" alt="Loading!" />
:-)