Scusate forse faccio una domanda stupida.... ma come faccio a passare le variabili ad un altra pagina (premendo il pulsante INVIO la form richiama sempre la pagina iniziale). anticipo un grazie 1000.

<%@ Page Language="VB" %>
<html>
<head>
<title>Aprova #2</title>
</head>
<body bgcolor="#FFFFFF">
<form id="form" name="prova" action="altra_pagina.aspx"
method="post" runat="server">
Inserisci il tuo nome :
<asp:TextBox id="txtName" runat="server" />
<asp:button id="Submit" text="INVIO" runat="server" />
</form>
</body>
</html>