|
-
May 30th, 2002, 07:42 AM
#1
How To Submit Web Form
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]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|