-1

Possible Duplicate:
How can I add loading text/image to images that are still loading with jQuery?

I am using MVC c# and I need a please wait image to come up as it takes a while for the view to come up.

I believe I would put the code in Jquery. If somebody has a sample code that would be appreciated. My image is called imageupload.jpg.

Community
  • 1
  • 1
Nate Pet
  • 44,246
  • 124
  • 269
  • 414
  • 1
    How are you handling the upload? Some code for you implementation would be helpful – Gabe Dec 05 '11 at 16:42
  • possible duplicate of [How can I add loading text/image to images that are still loading with jQuery?](http://stackoverflow.com/questions/1999339/how-can-i-add-loading-text-image-to-images-that-are-still-loading-with-jquery) or http://stackoverflow.com/questions/68485/how-to-show-loading-spinner-in-jquery – jrummell Dec 05 '11 at 16:56

1 Answers1

0

Take a look at this working demo which was one of my SO answer. This demonstrates how to show loading container in the center of the screen when you want to show the ajax or upload progress to the user.

Working demo

ShankarSangoli
  • 69,612
  • 13
  • 93
  • 124