Sub Button_Click(sender as Object, e As EventArgs)
Response.Write("Data submitted to this page")
End Sub
Sub Page_Load( sender as Object, e As EventArgs )
' Rewrite the internal path to send the client
' to the page passed to the RewritePath method.
Context.RewritePath("HttpContext_Next.aspx")
End Sub