Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Navigate with ASP.Net using C#
Message
 
À
03/11/2002 16:06:43
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00718336
Message ID:
00718413
Vues:
23
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform