Page.ClientScript.RegisterStartupScript(this.GetType(), "check", "check()", true);
Mark as Answer if its helpful to you Kumaraspcode2009@gmail.com
ScriptManager.RegisterStartupScript(this, this.GetType(), "alertme", "AlertME();", true);
<script language="javascript" type="text/javascript"> function AlertME() { // your javascript code alert("MEMEMME"); } </script>
Regards, Sheo Narayan http://www.dotnetfunda.com
Login to post response