View Single Post
Old 27-Feb-2007, 08:52 PM   #1 (permalink)
Sangeetha
Fixed Error!
 
Sangeetha's Avatar

Posts: 139
Location: Chennai
Join Date: Feb 2007
Rep Power: 2 Sangeetha is on a distinguished road

IM:
Default Master Page and content page Title problem VS2005

Question: Ok for the life of me I can't figure this out.

I'm using Master Pages. According to MS, (Welcome to the MSDN Library Item#10) setting the title on the content page should be as easy as adding Title="home" to the Page declaration of the content page. Every time I do that, I get a 404 error.

This code works fine:
<%@ Page Language="VB" MasterPageFile="~/master07.master" AutoEventWireup="false" CodeFile="event_brief.aspx.vb" Inherits="event_brief" %>

And when I do this, I get the 404:
<%@ Page Language="VB" MasterPageFile="~/master07.master" AutoEventWireup="false" CodeFile="event_brief.aspx.vb" Inherits="event_brief" Title="home" %>

Anyone seen this before?
Sangeetha is offline   Reply With Quote