Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Web Forms Basic


Message #1 by "Paul Whygle" <paul@w...> on Sun, 2 Feb 2003 01:09:21
How do you open another Webform by hardcoding it?
For instance, say a user clicks an HTML submit button and 
all the data they entered checks out (or doesn't), how 
can I navigate to a page based off of thier information?
Thank you.
Paul
Oh Yeah, I am using VB .NET
Message #2 by "Rohit Arora" <rohit_arora@i...> on Mon, 3 Feb 2003 09:42:19 +0530
server.transfer(querystring)

-----Original Message-----
From: Paul Whygle [mailto:paul@w...]
Sent: Sunday, February 02, 2003 1:09 AM
To: aspx_beginners
Subject: [aspx_beginners] Web Forms Basic


How do you open another Webform by hardcoding it?
For instance, say a user clicks an HTML submit button and
all the data they entered checks out (or doesn't), how
can I navigate to a page based off of thier information?
Thank you.
Paul
Oh Yeah, I am using VB .NET


  Return to Index