
May 29th, 2002, 10:30 PM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
Post a Form in ASP.NET
<i><b>Originally posted by : Dhabud (dhabud@hotmail.com)</b></i><br />I am having problem posting a form<br />I have following code in my.aspx file<br /><br /><form runat="server" Action="http://localhost/my1.aspx" name="form1" id="form1" Method="post" ><br /><br />but this page in action does not load when i click this button. INstead the same page loads.<br /><br /><input type=submit name= submit value=Next><br /><br /></form><br /><br />Any Clue!<br /><br />Thanks in Advance.
|