The problem is that you are using 2 Response.Redirects. Use this code to append both values to the same Querystring:
Response.Redirect("default4.aspx?roll="+TextBox1.Text + "&"+"name="+TextBox2.Text);
Then retrieve the values in the Label as you have done.
Regards
Sunil Punjabi
<URL Snipped>
Last edited by peter_budo; May 18th, 2008 at 5:26 am. Reason: Keep It Organized - please use [code] tags + Keep It Spam-Free - Do not spam, advertise, plug your website, or engage in any other type of self promotion.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.