Is it possible to set a page's metatags programmatically? And if so,
how is it done?
Mick Walker - 24 Sep 2007 11:17 GMT
> Is it possible to set a page's metatags programmatically? And if so,
> how is it done?
>
> *** Sent via Developersdex http://www.developersdex.com ***
Simply set the runat="server" attribute within your head.
Ignacio Machin ( .NET/ C# MVP ) - 24 Sep 2007 15:29 GMT
Hi,
> Is it possible to set a page's metatags programmatically? And if so,
> how is it done?
You can make any tag in a page accesible from the server, just add the
runat="server and then if the tag in question does not have a HtmlXXXX
control you use HtmlGenericControl