can someone let me know how to pause before the Response.Redirect? with the below code, it will not display the message box.it goes straight to the redirect.
Thanks in advance
Response.Write("<script language='javascript'>alert" _
& "('Your Account Has Been Created..')<" & "/" & "script>")
Response.Redirect("Welcome.aspx")
Thanks in advance
Response.Write("<script language='javascript'>alert" _
& "('Your Account Has Been Created..')<" & "/" & "script>")
Response.Redirect("Welcome.aspx")