Thursday 28 June 2012

First Alert And Redirect to Other page in asp.net


Page.ClientScript.RegisterStartupScript(typeof(Page), "MessagePopUp",   "alert('Test completed'); window.location.href = 'YourPage.aspx';", false;

No comments:

Post a Comment