I have a send message button and on clicking that I open a website in a new page which has a panel and has few labels and a send button inside the panel. I want to make that panel a pop up on the same window and the source page should be in the background blurred. how to make a pop up in the same window. Please help
Share
I would recommend looking into the ASP.NET AJAX Control Toolkit Modal Popup Extender:
http://www.asp.net/ajaxlibrary/AjaxControlToolkitSampleSite/modalpopup/modalpopup.aspx
Using this control, you can transform a regular
Panel, so that it appears as a Popup on top of your other content.Alternatively, jQuery offers a simple modal plugin:
http://www.ericmmartin.com/projects/simplemodal/