hai,

i have a problem in ASP.NET. If i am submiting web form page
to another page it's not navigating to that page, instead
it submitting to same page.

For eg.,

===PageOne.aspx===

<form runat="server" id="f1" action="NextPage.aspx">

<asp:Button id="b1" runat="server" Text="Click" />

</form>


If i click the button it should navigate to "NextPage.aspx" page,
but it submitting to same page ie., PageOne.aspx.

Looking for ur suggestions.

bye

[email protected]