How to dynamically set the page's title in .NET 2.0

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

Comments

Please fill out all the fields.

*
*