J
Jason Huang
Hi,
In my .Net 2.0 C# web form Form1, say I have a button btnToForm2.
Is the Request.Redirect("Form2") the right way to go to the Form2 in the
btnToForm2_Click event?
Actually, I also want to pass a parameter from the Form1 to Form2, do I need
to declare a global variable for storing?
Thanks for help.
Jason
In my .Net 2.0 C# web form Form1, say I have a button btnToForm2.
Is the Request.Redirect("Form2") the right way to go to the Form2 in the
btnToForm2_Click event?
Actually, I also want to pass a parameter from the Form1 to Form2, do I need
to declare a global variable for storing?
Thanks for help.
Jason