New and need help open new page

losboricua

New member
Joined
Mar 31, 2007
Messages
2
Programming Experience
Beginner
Hi:
First of all My name is Carlos and currently a college student and taking vb.net 2005 programmming class. My question is, we have this one chapter using asp.net to create an online meeting scheduler. I was able to get everthing up minus the link to the other page via code, not under hyperlinks setting. The reason is that i have to make sure that when the user clicks summit that all the data is fill and also what needs to be numeric is numeric. After everything is validate it needs to call another page. this is all done under code but cant get it to ope the second web page. i have try the " System.Diagnostics.Process.Start" but it either give me and error or it opes the design form not the webpage that is open. Any tips on how to open a second form(webpage)
thanks carlos
 
VB.NET:
Response.Redirect("url")
 
Back
Top