Creating a Wait Message

Nice tip posted by Azam! I usually do this with an onclick but this trick is much better and automatic.

This little trick I learned while browsing and reading the www.asp.net forums. The trick is about creating the "Wait Message". Suppose, you are uploading a large file or doing any operation which takes long time to complete. Then it is a better idea to let the user know that something is going on. The wait message should appear when the request is being processed and should dissappear when the request has been completed.

Read more...

1 Comment

  • One more thing, check out Azam sample on IE7, you will see that the image is not animating. I dunno why but IE7 won't animate images when it makes requests to the server, and this behavior prevents event my library from working correctly there. IE6 <=, FF, Opera, they all work correctly.

Comments have been disabled for this content.