Monday, August 12, 2019

How to alert popup box using c# code

  ScriptManager.RegisterStartupScript(this.Page, this.Page.GetType(), "script", "<script type='text/javascript'>alert('Project brief updated!');" +
                    "window.location.href = 'web-form.aspx'" +
        "</script>", false);

Featured Post

What is JavaScript? What is the role of JavaScript engine?

  The JavaScript is a Programming language that is used for converting static web pages to interactive and dynamic web pages. A JavaScript e...