Thursday, 29 January 2015

Script Manager in C#

ScriptManager.RegisterStartupScript(this, GetType(), "alert", "alert('Your Message Here !!!');", true);

No comments:

Post a Comment