I've followed everything so far (I think!) and when I add the master page in chapter 6, page 199 I don't get the same code as shown in the book, which then renders the later class code for checking the page title inoperable
The book shows the content <%@ Page ..... title="Untitled Page" %>
and I guess this gives the page it's default title, but my code shows:
<%@ Page Title="" Language="
VB" MasterPageFile="~/MasterPage/MasterPage.master"
AutoEventWireup="false" CodeFile="Default.aspx.
vb" Inherits="_Default" %>
There is no title section added automatically, should it be as show in the book?
Any help much appreciated,
Mark