Title in Web Form

  • Thread starter Thread starter edunetgen
  • Start date Start date
E

edunetgen

I need putting title in Web Form of my application (AspNet with C #)
for example: <title>Titulo </title>
in their place appears: Titulo - Microsoft Internet Explorer

is it possible that single "Titulo" appears?

Thank you.
 
Hi Edunetgen,

Welcome to MSDN newsgroup.
Regarding on the "changing the IE's title t ext to our customized text
without the "- Microsoft Internet Explorer",
based on my research, this is not possible in our asp.net code or html
code. In fact, this is because the Titlebar's text is actually controled
by the clientside's browser setting and the "- Microsoft Internet Explorer"
is the default set text. Currently the only means to alter this text is
through the IE Exploer's registry on the client side. You can have a look
at the following kb article on this:

#How to Change the Internet Explorer Window Title
http://support.microsoft.com/?id=176497

Hope helps. Thanks,

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
Back
Top