M
MattB
I have a page I've migrated from HTML to asp.net that would auto-refresh
every 30 seconds. I did this by putting the following in the <head> section:
<meta name="refresh" content="30">
But now that it's an aspx page it doesn't seem to refresh anymore. Is
there an asp.net equivalent to this or some kind of adjustment I need to
do to make it work? Thanks!
Matt
every 30 seconds. I did this by putting the following in the <head> section:
<meta name="refresh" content="30">
But now that it's an aspx page it doesn't seem to refresh anymore. Is
there an asp.net equivalent to this or some kind of adjustment I need to
do to make it work? Thanks!
Matt