tags:

views:

240

answers:

5

I'm talking about html,web page

+1  A: 

I'm not sure about blurring, but Lightbox might do the trick for you.

Ben
A: 

Lightbox, or the more technical term a "Modal Popup"

if you're using ASP.NET you can use the ModalPopupExtender withinthe AjaxToolKit

Jack Marchetti
A: 

There's also BlockUI plugin for the jQuery framework.

Check out the demos on the following site:

http://malsup.com/jquery/block/#demos

To use the plugin, you'll need to include the jQuery framework code. This is dead simple. You can download the jQuery code for free, and include it on your site from

http://www.jquery.com

With this and a lot of solutions given, you may need a that is hidden initally. The div becomes the content of the popup.

James Wiseman
A: 

hi dear how can use ModalPopupExtender in asp.net for blurring webpage and popup a dialog box can elaborate it more .