T
tshad
In my content page, I have to add my css file.
I would normally put it in the Head section, but I don't have one in my
content section and don't want to put it in the master page.
<link href="App_Themes/GridView/AutoUPS.css" rel="stylesheet"
type="text/css" />
Where would I put it?
<%@ Page Title="" Language="C#" MasterPageFile="~/Auto.Master"
AutoEventWireup="true" CodeBehind="Auto.aspx.cs"
Inherits="WebApplication1.Auto" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
</asp:Content>
Thanks,
Tom
I would normally put it in the Head section, but I don't have one in my
content section and don't want to put it in the master page.
<link href="App_Themes/GridView/AutoUPS.css" rel="stylesheet"
type="text/css" />
Where would I put it?
<%@ Page Title="" Language="C#" MasterPageFile="~/Auto.Master"
AutoEventWireup="true" CodeBehind="Auto.aspx.cs"
Inherits="WebApplication1.Auto" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
runat="server">
</asp:Content>
Thanks,
Tom