<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
  <channel>
    <title>ASP.NET Tip: How to prevent the title tag from rendering</title>
    <link>http://blogs.lotterypost.com/speednet/2007/7/aspnet-tip-how-to-prevent-the-title-tag-fro.htm</link>
    <atom:link href="http://www.lotterypost.com/rss/blogcomments/17867" rel="self" type="application/rss+xml" />
    <description>Speednet's Blog: ASP.NET Tip: How to prevent the title tag from rendering</description>
    <dc:language>en-us</dc:language>
    <generator>Lottery Post RSS Generator</generator>
    <item>
      <title>Original Blog Entry: ASP.NET Tip: How to prevent the title tag from rendering</title>
      <link>http://blogs.lotterypost.com/speednet/2007/7/aspnet-tip-how-to-prevent-the-title-tag-fro.htm</link>
      <guid isPermaLink="true">http://blogs.lotterypost.com/speednet/2007/7/aspnet-tip-how-to-prevent-the-title-tag-fro.htm</guid>
      <pubDate>Tue, 10 Jul 2007 22:49:47 GMT</pubDate>
      <dc:creator>Speednet</dc:creator>
      <description><![CDATA[<p>In ASP.NET, those who want complete control over the contents of the <span style="font-family: courier new,courier">&lt;head&gt;</span> section of a page get frustrated by the fact that ASP.NET automatically inserts a <span style="font-family: courier new,courier">&lt;title&gt;</span> tag.</p><p>You can even set <span style="font-family: courier new,courier">Me.Page.Title</span> to <span style="font-family: courier new,courier">String.Empty</span>, and it will still generate and render a <span style="font-family: courier new,courier">&lt;title&gt;</span> tag.</p><p>The answer is maddeningly simple:</p><p>Put a <span style="font-family: courier new,courier">&lt;title&gt;</span> tag into the <span style="font-family: courier new,courier">&lt;head&gt;</span> section as follows:</p><pre>&lt;head&gt;<br />       &lt;title visible=&quot;false&quot; runat=&quot;server&quot;&gt;&lt;/title&gt;<br />&lt;/head&gt;</pre><p>This turns the <span style="font-family: courier new,courier">&lt;title&gt;</span> tag into a server control, and then the <span style="font-family: courier new,courier">visible</span> attribute prevents the automatically-generated title from rendering to the page.</p>]]></description>
      <category>* Original Blog Entry</category>
      <wfw:comment>http://www.lotterypost.com/blogentry/17867</wfw:comment>
    </item>
  </channel>
</rss>
