Showing posts with label Message Box. Show all posts
Showing posts with label Message Box. Show all posts

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>");

Git Commands

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