How can i change page title in dotnetnuke site?
It is necessary to cast the Page object to the DotNetNuke.Framework.CDefault class:
DotNetNuke.Framework.CDefault pg = (DotNetNuke.Framework.CDefault) this.Page;
pg.Title = "A New Page Title";
The homepage in DNN is "special" and its title is fixed. We cannot change home page title