meta tag

  • Thread starter Thread starter yasin
  • Start date Start date
Y

yasin

I have to refresh my page every 5 second but I cant find meta tag of my page
to <META HTTP-EQUIV="refresh" content="5">type in it because of master
page of my website. How can I access the meta tag of my page
 
Yasin

I use this in my page_load code

Response.AddHeader("Refresh", "300")

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
www.nickhodge.co.uk
(e-mail address removed)
 
Back
Top