Thursday, December 22, 2011

Call JavaScript function Server Side button_onclick

You can easily call any javascript anywhere on page by this code simply....

ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "Key", "script language='javascript'>alert("msg");script", false);

1 comment: