User-734925760 posted
Hi,
According to your description, you want to pass multiple parameters using URL, I created a samll demo with multiple parameters and get values from Label control, please refer to the code below:
Response.Redirect("http://www.baidu.com?id="+ Label1.Text +"&name="+Label1.Text);
Hope it's useful for you.
Best Regards,
Michelle Ge