G
Guest
Is it possible to change the document's title property from code behind (c#) ?
I need to build a dynamic title at runtime.
I need to build a dynamic title at runtime.
Yes you can run any tag at the server end to turn it into an HtmlCarlo said:Is it possible to change the document's title property from code behind (c#) ?
I need to build a dynamic title at runtime.
protected System.Web.UI.HtmlControls.HtmlGenericControl AV0010Title;
in my code behind, but there is no "Text" attribute for this at all. Which property do I have to set in order to see the Title Text.
property do I have to set in order to see the Title Text.I declared runat=server and inserted this declaration:
protected System.Web.UI.HtmlControls.HtmlGenericControl AV0010Title;
in my code behind, but there is no "Text" attribute for this at all. Which
property do I have to set in order to see the Title Text.I declared runat=server and inserted this declaration:
protected System.Web.UI.HtmlControls.HtmlGenericControl AV0010Title;
in my code behind, but there is no "Text" attribute for this at all. Which