Dynamic Title Tags add in asp.net

Dynamic Title Tags in asp.net
<title>lesson8 - Dynamic Title Tags</title>
// Provide a title tag in the header
if (Page.Header != null)
{
    Page.Header.Title = "lesson8 - Dynamic Title Tags";
}
Dynamic Title Tags add in asp.net Dynamic Title Tags add in asp.net Reviewed by Bhaumik Patel on 6:45 AM Rating: 5