Yes you can run any tag at the server end to turn it into an Html
Generic control:
<title id="theTitle" runat="server">
Then in your code behind you declare the title has an HtmlGenericControl
(?) and you can then do:
theTitle.Text= "my title";
I notice you posted that question 3 times... Be patient when posting to
news groups. It can take half an hour or more for your message to appear
in your mail client.
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.