How to dynamically set the page's title in .NET 2.0 12/06/2006 02:35:00 The title of a html page is set in the <head>-tag. To set this property with Asp.Net 2.0 use: Page.Title = "The title of the page "; ASP.NET, SEO
Comments