I have the following HTML-code<BR>************************************************** ***********<BR><HTML><BR><head></head><BR><body><BR><form id="Form1" method="post" runat"server"><BR><asp:Button id="input" runat="server" Text="GetValue"></asp:Button><BR><INPUT name="input1" value=http://aspmessageboard.com/archive/index.php/"InputForm1" type="text"><BR></form><BR><BR><form id="Form2" method="post"><BR><INPUT name="input2" value="InputForm2" type="text"><BR></form><BR></body><BR></HTML><BR>************************************************** ************<BR>I can retrieve the value from Inputcontrol "input1" in my codebehind (Request.Params["input1"]
BUT<BR><BR>I want to retrieve the value from Inputcontrol "input2" in my codebehind on the click-event of the button. Can anybody tell me how I can fixed that or is that not possible (Request.Form[] ????)<BR><BR>thankx<BR><form id="Form2" method="post"><BR><INPUT name="input2" value="InputForm2" type="text"><BR></form><BR><BR>How could you do it and you do not even have a button to submit the form
