I have a simple page inside the main page (well, in the master).
In the top wizard, I have a head tag with runat="server" , with several bits, such as scripts, style sheets, etc., as well as the owner of the content. There is no title tag here.
On a page using this wizard, the content for the placeholder contains the <title>pagename</title> bit in it. I really need to install it there.
Unfortunately, when the page renders, I get my title, which is good, but also gets a second empty title tag - I assume that it is reset there by .NET.
Is there any way to stop this second header tag?
nat
source share