how to
programmatically change the parameters that are passed to the second ASP.NET frame
page, from the first ASP.NET page.
in aspx:
<iframe id="footer" runat=server >
in code behind
footer.Attributes["src"] = "page2.aspx?p1=" + HttpUtility.UrlEncode(p1);
No comments:
Post a Comment