Web Forms question: How to display another web form?

J

Jarek

This may seem like a stupid question, but I really don't know the answer.

In traditional VB programming, if I had two forms: Form1 and Form2, I could
call Form2 from within Form1 by using its Show method, e.g. Form2.Show.

In Web forms programming, I'm trying to achieve a similarly simple task. I
have two web forms: WebForm1 and WebForm2. Now, there is no Show method. I
also cannot use the HyperLink control, because I wouldn't be able to pass
any parameters to WebForm2.

So, how can I do this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top