bharadwajrv
July 28th, 2003, 09:02 AM
hi,
i wanted to submit the form in "post1.aspx" to "post2.aspx"..
i have written the following code.... what is the problem in the below code ?
<form id=frmABC action=post2.aspx method=post Runat=Server>
<asp:TextBox id="txt1" runat="server" />
<asp:Button id="submit" text="Submit" runat="server" />
</form>
i want value of "txt1" in "post2.aspx"..
it is not submitted to Post2.aspx .. any idea why ?
thanks in adv..
Venu
i wanted to submit the form in "post1.aspx" to "post2.aspx"..
i have written the following code.... what is the problem in the below code ?
<form id=frmABC action=post2.aspx method=post Runat=Server>
<asp:TextBox id="txt1" runat="server" />
<asp:Button id="submit" text="Submit" runat="server" />
</form>
i want value of "txt1" in "post2.aspx"..
it is not submitted to Post2.aspx .. any idea why ?
thanks in adv..
Venu