if(!String.IsNullOrEmpty(Request.QueryString("TextBoxValue")) { TextBox1.Text = Request.QueryString("TextBoxValue"); }
Login to post response