i want to show a label before redirecting to other page.my code is, lbl0.Visible = true; lbl0.Text = "Tebrikler dogru cevap"; Response.Redirect("MyPage.aspx?Id=" + randomList[index]); how can do it?