tags:

views:

30

answers:

1

hello,

I need to show the Please wait message while doing something on the page... while showing this mesage I need to hide entire page backgroud that is i should not give any permision to the user to do anthing on the page..

using jquery for asp.net mvc application.

thanks

+1  A: 

You might consider using the jQuery UI Dialog plugin with the modal option set to true.

http://jqueryui.com/demos/dialog/#modal

gurun8
And if you'd like a progressbar in the modal dialog, jQuery UI has that as well:http://jqueryui.com/demos/progressbar/
gurun8