Click here to Skip to main content
15,888,014 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiongridview Pin
trimandir prajapati8-May-09 1:10
trimandir prajapati8-May-09 1:10 
AnswerRe: gridview Pin
Abhijit Jana8-May-09 1:22
professionalAbhijit Jana8-May-09 1:22 
Questionreading data from serial port Pin
nikhil12348-May-09 0:40
nikhil12348-May-09 0:40 
AnswerRe: reading data from serial port Pin
Abhijit Jana8-May-09 1:02
professionalAbhijit Jana8-May-09 1:02 
Questionlatest software for dotnet platform Pin
vnsraj8-May-09 0:35
vnsraj8-May-09 0:35 
AnswerRe: latest software for dotnet platform Pin
Ashfield8-May-09 1:23
Ashfield8-May-09 1:23 
AnswerRe: latest software for dotnet platform Pin
Abhijit Jana8-May-09 1:32
professionalAbhijit Jana8-May-09 1:32 
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 

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.