User-1578974752 posted
Hi
I have few code after the message box. if certain condition didn't satisy then I want to show a message and redirect to home page.
below code when I place ,after redirecting it is executing the code below the portion of message box which is a saving process. As the project is live I don't want to change the full code. Thanks
ClientScript.RegisterStartupScript(Page.GetType(), "alert", "alert('Maximum number of Attempt for Test is 4. times');window.location='Userhome.aspx';", True)
when I put response .redirect under this code.message is not showing.
Thanks