C
Chumley Walrus
I'm trying to either have a user hit a Refresh button to refresh a
mobile aspx (c-sharp behind code) page , or using an automatic refresh
every 3 minutes on the page. <META HTTP-EQUIV="Refresh"
CONTENT="180;url=mypage.aspx"> just does not work on any of my aspx
pages.
If I use a refresh button, would I be able to use
Response.Redirect("selfPage") in my CSharp code behind with the Command
Button object?
Thanks
C
mobile aspx (c-sharp behind code) page , or using an automatic refresh
every 3 minutes on the page. <META HTTP-EQUIV="Refresh"
CONTENT="180;url=mypage.aspx"> just does not work on any of my aspx
pages.
If I use a refresh button, would I be able to use
Response.Redirect("selfPage") in my CSharp code behind with the Command
Button object?
Thanks
C