![]() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
![]() |

|
| Knowledge Base Most common error and how to trouble shoot them off |
![]() |
|
Master Page and content page Title problem VS2005
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Fixed Error!
Posts: 141
Location: Chennai
Join Date: Feb 2007
Rep Power: 2
IM:
|
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? |
|
|
|
|
|
|
|
|
#2 (permalink) |
|
Fixed Error!
Posts: 141
Location: Chennai
Join Date: Feb 2007
Rep Power: 2
IM:
|
string myString = System.Web.UI.WebControls.TextBox.Text whenever you try to assign text value of a textbox to a string, but I'm not sure how it relates to this particular question. |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|