I know I can access the head section of a page which uses a masterpage programmatically this way (in code behind):
This is only an example (I\'d like to ins
You can declare the page title in the content page declaration.
<%@ Title="Page Title" Page Language="C#" AutoEventWireup="true" CodeFile="Subpage.aspx.cs" Inherits="Subpage" MasterPageFile="~/MasterPage.master" %>