Usually asp.net render the content page title first, but you can append the page title in Page_Load event.
Simply put the following code in your master page’s Page_load event
Page.Header.Title &= “Whatever Constant String you want”
If you are an IT professional as I am, you would love to live digitally and electronically too.
Usually asp.net render the content page title first, but you can append the page title in Page_Load event.
Simply put the following code in your master page’s Page_load event
Page.Header.Title &= “Whatever Constant String you want”
Blog Comments