Monday, 9 September 2013

Server Side alert box for all browsers in asp.net c#


ScriptManager.RegisterStartupScript(this, typeof(Page), "alert", "alert('I am alert message !');", true);

No comments:

Post a Comment