Click here to Skip to main content
15,921,276 members
Home / Discussions / ASP.NET
   

ASP.NET

 
General[newbie] Nothing displayed in page that should inherit from Master Pin
jon-808-May-09 0:34
professionaljon-808-May-09 0:34 
I've setup a few pages that inherit from a MasterPage, however, in my case, Home.aspx displays the top navigation banner I have created, but, the other pages do not display the top navigation bar.

Home.aspx - within this page the navigation bar is displayed
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Home.aspx.cs" Inherits="_Default" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">

</asp:Content>

Chat.aspx - when I browse to this page the navigation bar is not displayed
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Chat.aspx.cs" Inherits="Chat" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>


Solution uploaded at http://cid-b712073b3513eb8e.skydrive.live.com/self.aspx/.Public/Blog.rar[^]

The problem happens on Google Chrome only (at least the navigation bar is displayed).

Within Mozilla FF, IE and the internal browser scroll bars only are displayed. Screenshots at http://cid-b712073b3513eb8e.skydrive.live.com/self.aspx/.Public/blog-screendump.docx[^]

Confused | :confused:

Environment notes

VS 2008 SP1
Windows XP SP3 + IIS 5.1
Google Chrome / Mozilla FF 3.0.10 / IE

Jon

GeneralRe: [newbie] Nothing displayed in page that should inherit from Master Pin
gottimukkala8-May-09 0:44
gottimukkala8-May-09 0:44 
GeneralRe: [newbie] Nothing displayed in page that should inherit from Master Pin
jon-808-May-09 0:51
professionaljon-808-May-09 0:51 
Questionhow to set focus method in radiobutton list control Pin
sanju058-May-09 0:26
sanju058-May-09 0:26 
AnswerRe: how to set focus method in radiobutton list control Pin
vkumar098-May-09 1:03
vkumar098-May-09 1:03 
QuestionInclude DLL in project Pin
Matt Cavanagh7-May-09 23:40
Matt Cavanagh7-May-09 23:40 
AnswerRe: Include DLL in project Pin
Vimalsoft(Pty) Ltd8-May-09 0:06
professionalVimalsoft(Pty) Ltd8-May-09 0:06 
GeneralRe: Include DLL in project Pin
Matt Cavanagh8-May-09 0:16
Matt Cavanagh8-May-09 0:16 
GeneralRe: Include DLL in project Pin
Vimalsoft(Pty) Ltd8-May-09 0:24
professionalVimalsoft(Pty) Ltd8-May-09 0:24 
QuestionUsing radiobuttons in groups Pin
gottimukkala7-May-09 22:53
gottimukkala7-May-09 22:53 
QuestionDuplicate emails receiving Pin
vayanan7-May-09 22:39
vayanan7-May-09 22:39 
AnswerRe: Duplicate emails receiving Pin
N a v a n e e t h7-May-09 22:43
N a v a n e e t h7-May-09 22:43 
GeneralRe: Duplicate emails receiving Pin
vayanan7-May-09 22:45
vayanan7-May-09 22:45 
QuestionAuto switch to MS Access if SQL Server goes down Pin
stevenutt7-May-09 22:12
stevenutt7-May-09 22:12 
AnswerRe: Auto switch to MS Access if SQL Server goes down Pin
N a v a n e e t h7-May-09 22:41
N a v a n e e t h7-May-09 22:41 
GeneralRe: Auto switch to MS Access if SQL Server goes down Pin
stevenutt7-May-09 23:31
stevenutt7-May-09 23:31 
GeneralRe: Auto switch to MS Access if SQL Server goes down Pin
goodideadave8-May-09 11:21
goodideadave8-May-09 11:21 
GeneralRe: Auto switch to MS Access if SQL Server goes down Pin
stevenutt8-May-09 15:04
stevenutt8-May-09 15:04 
AnswerRe: Auto switch to MS Access if SQL Server goes down Pin
goodideadave12-May-09 6:10
goodideadave12-May-09 6:10 
QuestionHome Page Alert Pin
Anupbala7-May-09 22:11
Anupbala7-May-09 22:11 
AnswerRe: Home Page Alert Pin
N a v a n e e t h7-May-09 22:35
N a v a n e e t h7-May-09 22:35 
AnswerRe: Home Page Alert Pin
Abhijit Jana8-May-09 0:07
professionalAbhijit Jana8-May-09 0:07 
QuestionCopy selected data from one treeview to another Pin
meeram3957-May-09 22:01
meeram3957-May-09 22:01 
AnswerRe: Copy selected data from one treeview to another Pin
meeram3957-May-09 23:47
meeram3957-May-09 23:47 
Questionpass a value to class Pin
vnsraj7-May-09 21:54
vnsraj7-May-09 21:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.