dynamic meta refresh?

  • Thread starter Thread starter Matt Swift
  • Start date Start date
M

Matt Swift

Does anyone know if a meta tag using refresh can be made into a dynamic
control, given a 'runat' and 'id' ?
 
Yes it can be. You have to make sure that the meta tag has a Ending tag, an
ID and a ruant="server" attribute. It will show up in your codeBehind as a
GenericHtmlControl and you will use the Attributes Collection to modify
settings.

Also remember however that you should be able to use The AddHeaders to
bypass the need for a Meta tag

Posting is provided as is. Hope this helps. Please remember this info was
posted at 3AM in the morning.
 
Back
Top