Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Title property and master pages
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
ASP.NET
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01357743
Message ID:
01357826
Views:
19
>>>Hi,
>>>(Too lazy to test this myself :-{) but does setting it to an empty string not just result in an empty title ?
>>>Best,
>>>Viv
>>
>>No, you'd think so but that's not what happens.
>
>How strange! I wonder what you would do if you really *did* want no title ?

You can override it in code:
protected void Page_Load(object sender, EventArgs e)
{
   this.Title = "";
}
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Reply
Map
View

Click here to load this message in the networking platform