How to call another form

Hello,

I would like to know how to call another form in asp.net.

I used to work with windows applications using:

dim Form2 as New Form1
Form2.show
I would like to know what would be the way to do for a web app. using VB.NET 2005.

Thanks for suggestions.

[269 byte] By [mendez_edd] at [2007-12-17]
# 1
You would have to navigate to the page. Try response.redirect("webform2.aspx")
KenTucker at 2007-9-8 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2
Thanks, It worked fine.Big Smile
mendez_edd at 2007-9-8 > top of Msdn Tech,Visual Basic,Visual Basic General...