c# - Is it possible to show a loading bar in ASP.net while all resources are loading -
c# - Is it possible to show a loading bar in ASP.net while all resources are loading -
if creating graphically intensive web page, there possible way load of images, , sounds before displaying of it? way 1 time images , sounds loaded, dont wan't weaker connections choppy noises or half loaded images
for image part only, can encode images base64 strings, way images ready time page loaded. note doing not making utilize of browser's cache feature since images have loaded each time.
if want both sound , image ready time page loads, can homecoming empty page or loading screen loader javascript loading, , ajax real page after loading done (browser cache them reuse)
c# asp.net
Comments
Post a Comment