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?
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?