i wud like 2 display a alert message with a Ok button.and wen the user clicks ok he must b redirected 2 a specified page.i tried in the following manner bt in dat case it only redirects n does display the message.
Response.Write("<script> alert('message!!');</script>")
Response.Redirect("webform1.aspx")
any suggestions