How to pass value from child window to parent window without refreshing the page using MasterPage

Posted by Suthish Nair on ASP.net Weblogs See other posts from ASP.net Weblogs or by Suthish Nair
Published on Sun, 16 May 2010 08:20:00 GMT Indexed on 2010/05/16 8:40 UTC
Read the original article Hit count: 525

Filed under:
|
|
|
Parent Window (1.aspx) <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> <script type ="text/javascript"> function popup() { window.open('2.aspx', '', "height=500, width=500,resizable=no, toolbar =no"); } </script> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> Text Box1:&nbsp;<asp:TextBox ID...(read more)

© ASP.net Weblogs or respective owner

Related posts about ASP.NET

Related posts about .NET