N
ntm
I have this meta statement in the html for my aspx page:
<meta http-equiv="Refresh" content="5">
Rather than hard code the content as 5 I want to set it to different
values from the aspx.vb code behind page. What's the esasiest way to
accomplish this?
Thanks,
Nick
<meta http-equiv="Refresh" content="5">
Rather than hard code the content as 5 I want to set it to different
values from the aspx.vb code behind page. What's the esasiest way to
accomplish this?
Thanks,
Nick