G
Griff
I understand how to dynamically change the text of a label that appears in
the body tag by using code in the "code behind" page - one adds a <asp:label
id="labelToUpdate"/> tag.
However, I need to dynamically update the page title:
<html>
<head>
<title> <------------ !!!
</head>
</html>
VS2005 tells me that I can't place a <asp:label> here.
How do I achieve this?
Thanks
Griff
the body tag by using code in the "code behind" page - one adds a <asp:label
id="labelToUpdate"/> tag.
However, I need to dynamically update the page title:
<html>
<head>
<title> <------------ !!!
</head>
</html>
VS2005 tells me that I can't place a <asp:label> here.
How do I achieve this?
Thanks
Griff