Browse by Tags

Related Posts

  • Re: Meta Tags with ASP.Net?

    There are a couple of ways you can accomplish this... First, on each page in the Load, you could manually add an HtmlMeta control to the Page's header... protected void Page_Load( object sender, EventArgs e) { HtmlMeta meta = new HtmlMeta(); meta.Name = "Description" ; meta.Content = "The description...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by dustyd on 12-08-2006, 12:00 AM
    Filed under: description, meta, Head
Page 1 of 1 (1 items)