Hi
I am using the link
http://www.codeproject.com/Articles/34996/ASP-NET-AJAX-Control-Toolkit-ModalPopupExtender-Co to develop the page
I have Page1.aspx. In that I have ajaxmodalpopup controller.
I use Iframe to open new Page2.aspx .
now I want to pass a variable in Page1.aspx to Page2.aspx as parameter .
I have written code for that,I am able to open Page2.aspx.But values are not passed to Page2.aspx from Page1.aspx.
I have written code .Please help me to get the solution
<asp:Button ID="btnSTEdit" runat="server" Text="Edit" />
<div id="DivEditWindow" style="display: none">
<iframe style="width: 100%; height: 100%;" id="Iframe3" framebo ...
Go to the complete details ...