Title Tag

  • Thread starter Thread starter Rob T
  • Start date Start date
R

Rob T

How do you change the <title> tag on programmatically? (in VB.net)

Thanks.
 
I tired that. When you kick back into Design mode, the code is amazingly is
removed and just the ID remains...
 
give the title tag some id and set it to run at the server:
<title id=title1 runat=server></title>

then you can change the title like this:
title1.innertext = "some title"
 
Is a VisualStudio bug!!

Brun

Rob T said:
I tired that. When you kick back into Design mode, the code is amazingly is
removed and just the ID remains...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top