protected void Page_Load(object sender, EventArgs e)
{
this.Title = "The ordinal web page";
}
In dotnetnuke's module that code will not help. The title of the web page will be created by DNN's core.
But we can solve this problem. The code below shows how to achieve this: