J
Jason Huang
Hi,
In the Form1.aspx, I have
Response.Redirect("Form2.aspx?lblUserName=" + "John");
However, in the browser, when I go to the Form2 via Form1's
Response.Redirect, I don't find the John in the label lblUserName.
Would someone tell me what have I done wrong with it?
Thanks for help.
Jason
In the Form1.aspx, I have
Response.Redirect("Form2.aspx?lblUserName=" + "John");
However, in the browser, when I go to the Form2 via Form1's
Response.Redirect, I don't find the John in the label lblUserName.
Would someone tell me what have I done wrong with it?
Thanks for help.
Jason