rrvolk17306
11-30-2004, 03:00 AM
I have a web form (WebForm1.aspx), which pulls in a user control.
The user control has a <form id="Form1" action="page2.aspx" method="post" runat="server"> tag.
The problem, is that the action="page2.aspx" is always replaced with the address (WebForm1.aspx)!
Is there a way to remedy this ?
The user control has a <form id="Form1" action="page2.aspx" method="post" runat="server"> tag.
The problem, is that the action="page2.aspx" is always replaced with the address (WebForm1.aspx)!
Is there a way to remedy this ?