Sunday, October 16, 2016

Different ways to display the message from code behind

1. ScriptManager.RegisterStartupScript(Page, this.GetType(), "alert", "<script>alert('Enter 

your message');</script>", false);

2Response.Write("<script>alert('hello world');</script>");

No comments:

Post a Comment

Git Commands

Git Version   To check the git version Git -v       Git Clone To clone the repository, use the following command: Git clone [u...