Tuesday, August 9, 2011

Response and Redirect

Page.ClientScript.RegisterStartupScript(typeof(Page), "key", "<script>alert('Updated Successfully.');location.href=\"cardsManagment.aspx\";</script>");


Response.Write("<script>alert('Thankyou for your interest. We will get in touch with you shortly.')</script>");

No comments:

Post a Comment