Web site "title" always wants to say Untitled page

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

I changed the title in the header of the master page and when its in the
browser it still says "Untitled page" how do i get it to say what i want it
to? also, how can i get unique titles for each content page that uses a
master page?
 
Brian,

You need to set the title of each individual page.

It's in the page definition at the top of each page that utilizes the master
page. Just open the html view of each individual page. Doing this will also
give you unique titles for each page.

Regards,

--
S. Justin Gengo
Web Developer / Programmer

Free code library:
http://www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
 
Yes, per Justin and also, the ASP.NET 2.0 Page class has a Title property you
can set programmatically if desired.
Peter
 
Back
Top