setting metatags programmtically

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike P

    #1

    setting metatags programmtically

    Is it possible to set a page's metatags programmaticall y? And if so,
    how is it done?



    *** Sent via Developersdex http://www.developersdex.com ***
  • Mick Walker

    #2
    Re: setting metatags programmtically

    Mike P wrote:
    Is it possible to set a page's metatags programmaticall y? And if so,
    how is it done?
    >
    >
    >
    *** Sent via Developersdex http://www.developersdex.com ***
    Simply set the runat="server" attribute within your head.

    Comment

    • Ignacio Machin \( .NET/ C# MVP \)

      #3
      Re: setting metatags programmtically

      Hi,

      "Mike P" <mike.parr@gmai l.comwrote in message
      news:eHzp4go$HH A.5164@TK2MSFTN GP05.phx.gbl...
      Is it possible to set a page's metatags programmaticall y? 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 HtmlGenericCont rol


      Comment

      Working...