//In "Source.aspx" On Button Click Event private void BtnGo_Click (object sender, System.EventArgs e) { string myURL; //Store Whole Querystring Into The URL String Variable... myURL="Destination.aspx?UName=" + txtUName.Text; Response.Redirect(myURL); } //In "Destination.aspx" On Page Load Event private void Page_Load (object sender, System.EventArgs e) { //Store Value Of UName Into LblUName Lable LblUName.Text=Request.QueryString["UName"]; }
You need to be a premium member to use this feature. To access it, you'll have to upgrade your membership.
Become a sharper developer and jumpstart your career.
$0
$
. 00
monthly
For Basic members:
$20
For Premium members:
$45
For Elite members: