Monday 7 July 2014

Call a Javascript Method in pageload in asp.net


if (!IsPostBack)
            {
                ScriptManager.RegisterStartupScript(this, this.GetType(), "KeyClient", "<script>                         DrawCaptcha();</Script>", false);
            }

No comments:

Post a Comment