J
Jon Spivey
Hi,
Using VS 2005/VB.net. I need to add a meta description tag and change a
stylesheet link from a page based on a master page. Found this article
http://msdn.microsoft.com/asp.net/r...nvs05/html/masterpages.asp#masterpages_topic8
Which seems to suggest it's possible (Listing 11 half way down the page) but
the method for adding a meta tag
Master.Page.Header.Metadata.Add("Description", "blah,blah")
doesn't appear to be recognised by vs and no mention is made of how to
change a stylesheet link. How would this be done?
Thanks very much,
Jon
Using VS 2005/VB.net. I need to add a meta description tag and change a
stylesheet link from a page based on a master page. Found this article
http://msdn.microsoft.com/asp.net/r...nvs05/html/masterpages.asp#masterpages_topic8
Which seems to suggest it's possible (Listing 11 half way down the page) but
the method for adding a meta tag
Master.Page.Header.Metadata.Add("Description", "blah,blah")
doesn't appear to be recognised by vs and no mention is made of how to
change a stylesheet link. How would this be done?
Thanks very much,
Jon