J
john
From my code behind file, I can put a line like this in order to make
the page automatically refresh every minute:
Response.AppendHeader("Refresh", 60);
But the viewstate of the controls is lost when I do this (as opposed
to when the page posts back when I click on a button on the page, in
which case the viewstate is preserved). Is there another way to do an
automatic refresh?
thanks in advance.
the page automatically refresh every minute:
Response.AppendHeader("Refresh", 60);
But the viewstate of the controls is lost when I do this (as opposed
to when the page posts back when I click on a button on the page, in
which case the viewstate is preserved). Is there another way to do an
automatic refresh?
thanks in advance.