puo essere usato come un HtmlGenericControl
codice:
<script runat="server">
private void Page_Load(System.Object obj,System.EventArgs e)
{
prova.InnerHtml = "titolo modificato al Page Load";
}


<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title id="prova" runat="server" >Documento senza titolo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
</body>
</html>