Response.Redirect("Password_ret.aspx?userid="+TextBox1.Text);
sends the data present in the text box to password_ret page
Similarly, What command should I use for
protected void GridView1_SelectedIndexChanged(object sender, EventArgs e)
to send the data to the next page. I am using
Response.Redirect("Feedback.aspx?Session_ID=" ??what should be used here??);
Session_ID is a field in my database