I have a control page on which I am setting certain parameters which I want to control. The page is in aspx
and when i click submit i want that data on the textbox
of an .htm
page. As in html I dont have C# file so how do I do this?
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<iframe src="http://10.112.90.131/index.htm" border="0" frameborder="0" height="600" width="800"></iframe>
</asp:Content>