Jun 20, 2003 #1 J jasonseay Active member Joined Jun 17, 2003 Messages 29 i need an example of how to navagate from one web form to another with the use of a button like a next button to show the next form.
i need an example of how to navagate from one web form to another with the use of a button like a next button to show the next form.
Jun 20, 2003 #2 M mutant Well-known member Joined Jan 19, 2003 Messages 1,771 Location Enfield, CT, USA User Rank *Expert* You could the the LinkButton control, or use the Response.Redirect() method.
Jun 20, 2003 #3 Robby Moderator Joined Nov 17, 2002 Messages 3,461 Location Montreal, Ca. User Rank *Expert* or even Server.Transfer()