R
Ross Carter
I have the following code that was created automatically by dropping a
button onto a web form and setting the action property of the form
The form is called WebForm2.aspx
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server" action="WebForm1.aspx">
<asp:Button id="submit" style="Z-INDEX: 101; LEFT: 296px; POSITION:
absolute; TOP: 104px" runat="server"
Text="Button"></asp:Button>
</form>
</body>
When I click the button the page navigates to itself(Webform2.aspx) whereas
I would expect webform1.aspx to be displayed.
I am new to this stuff but I believe that this worked in simple asp
Can anybody help please
Thanks in advance
Ross
button onto a web form and setting the action property of the form
The form is called WebForm2.aspx
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server" action="WebForm1.aspx">
<asp:Button id="submit" style="Z-INDEX: 101; LEFT: 296px; POSITION:
absolute; TOP: 104px" runat="server"
Text="Button"></asp:Button>
</form>
</body>
When I click the button the page navigates to itself(Webform2.aspx) whereas
I would expect webform1.aspx to be displayed.
I am new to this stuff but I believe that this worked in simple asp
Can anybody help please
Thanks in advance
Ross