Is that possible when click a button on other page (say about.aspx) it will redirect to index page and open the modal popup?
There is a modal popup in index.aspx and i just want to open that modal popup when button is clicked in about.aspx page. And for that i want to redirect from about to index page and open that modal popup.
Please share your opinion.
Thanks in advance.
Thanks in advance.

Dhirendra MisraPosted Jan 10, 2014, 12:49 AM
I would suggest you should use Mater Page at your we application and you can place the code of modal popup at master page. Make call to modal popup from your content page.
There are some sites mention how to achieve it.
http://aspalliance.com/1882_How_to_Create_an__ASPNET_Modal_Popup_Login.2
http://www.aspforums.net/Threads/161964/How-to-use-ASPNet-AJAX-Modal-Popup-in-Master-Page/
Thanks