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.