UpdatePanel update web page title tag

  • Thread starter Thread starter Tomas
  • Start date Start date
T

Tomas

Hello,

Is it possible to update web page Title tag without reloading web page? I
don't find way to do it with UpdatePanel,
not sure is it possible. I am waiting for any help or idea. Thank you.

Regards,
Tomas
 
Tomas said:
Hello,

Is it possible to update web page Title tag without reloading web page? I
don't find way to do it with UpdatePanel,
not sure is it possible. I am waiting for any help or idea. Thank you.

Regards,
Tomas


You will have to do it with Javascript.
document.title="aaa";


George
 

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