How to use progress bar message on the page using ajax for asp.net mvc application
- by kumar
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