Add title to page

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hi,

How can I add the <title> tag inside the <head> of the page and set its
value all at runtime?

Thanks,

Miguel
 
Hi,
Hi,

How can I add the <title> tag inside the <head> of the page and set its
value all at runtime?

Thanks,

Miguel

Add a <title runat="server" id="title">No title</title> tag to your ASPX
page. Using this, you can then access it in the code behind at runtime.

HTH,
Laurent
 

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