Hi,
for example put Literal control on the header between <title> tags and set
its Text property to the text you want to display in the title. Another
alternative is just to put the <title> tag with an ID and runat="server"
attributes and then set innerHtml/innerText property programmatically.
Result is the same
--
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist
http://blogs.aspadvice.com/joteke
"Przemo" <> wrote in message
news:2f85801c46ccf$985f29a0$...
> Hi,
>
> In classic ASP I was able to do something like:
> <title><%=MyVariableWithTitle%></title>
>
> How to do the same in ASP.NET using VB.NET?
>
> thank you!
>
> Przemo