Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Navigate with ASP.Net using C#
Message
 
To
03/11/2002 16:06:43
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00718336
Message ID:
00718413
Views:
21
This message has been marked as the solution to the initial question of the thread.
>Hi All,
>
>I've noticed that the buttons in ASP.Net post back to the same page. How do I navigate to another page from within the code of a button? I've created a form for data entry into a SQL table. In the save button I want to perform the save then navigate to another page.
>

The usual way to do it is Response.Redirect("nextpage.aspx").
In some cases you may also use Server.Transfer("nextpage.aspx"); see help for difference between these two actions.

Regards,
------------------
Jose Marcenaro
Tercer Planeta - Argentina
http://www.tercerplaneta.com
Previous
Reply
Map
View

Click here to load this message in the networking platform