ASP.NET Themes and required Head objects
Posted by: Rick Strahls WebLog,
on 03 Mar 2006 |
View original | Bookmarked: 0 time(s)
Hmmm… I'm creating an RSS Feed page on one of my new apps I'm working on (yet another Blog <g>)…
The site uses themes but when I'm generating the Rss.aspx page which looks like this:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Rss.aspx.cs"
Inherits="Westwind.WebLog.Rss"
EnableTheming="false" EnableSessionState="false" %>
But ASP.NET complains about...