Meta Info and Response.Write

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hey All,

I'm using response.write to create a dymantic webpage. Basically just write
the HTML out with response.write.

The problem I am having is that when I do this it puts the Meta tag info for
the webpage at the bottom of the page because the meta info was added with
the form designer. Is there away to have the reponse.write output append
the page or a way to have the meta info forced to the top of the page?
Also, does it matter if the meta info is at the top or the bottom of the
page? Does it effect the search engine results when its being crawled?

Thanks for any help you can offer

--

(e-mail address removed)
http://www.joshuaz.com

We should all lead by example and even when safely behind our keyboard
should conduct ourselves with integrity and honor
 
Hi,

I strongly recommend that you use placeholder control to render your
dynamic content. Using PlaceHolder you can control PlaceHolder location
and thus it content.
Response.Write is here for backward compatibility.

Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)58-888377
 
Back
Top