Some times we need to change the page title of the page from the server side code. For this, there are two simple methods to set the the page title.We can directly assign the page title form server side as Page.Title="MyPageTitle". But one main thing is that we must set the <head> tag as runat="server"....