P
pvong
Newbie trying to learn in vb.net running VS2008
If I have a MasterPage, I can attach the style sheet in the content page.
But if I have a nested MasterPage, I can not attach the style sheet of the
content page of the nested MasterPage. I get the error that file can not be
found. This is my header:
<%@ Page Title="" Language="VB" MasterPageFile="~/MasterPageClient.master"
AutoEventWireup="false" CodeFile="OnePercentAssignment.aspx.vb"
Inherits="OnePercents_OnPercentAssignment" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ClientBody" Runat="Server">
<link href="App_Themes/Croft/ClinxStyleSheet.css" rel="stylesheet"
type="text/css" />
If I have a MasterPage, I can attach the style sheet in the content page.
But if I have a nested MasterPage, I can not attach the style sheet of the
content page of the nested MasterPage. I get the error that file can not be
found. This is my header:
<%@ Page Title="" Language="VB" MasterPageFile="~/MasterPageClient.master"
AutoEventWireup="false" CodeFile="OnePercentAssignment.aspx.vb"
Inherits="OnePercents_OnPercentAssignment" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ClientBody" Runat="Server">
<link href="App_Themes/Croft/ClinxStyleSheet.css" rel="stylesheet"
type="text/css" />