F
francois
I have an aspx page that needs to reload itself every x seconds. X is a
parameter retrieve from the DB or the web.config file, just to point out
that it will not be hardcoded.
I need to refresh the page as the information displayed on that page is
highly dynamic and need to be refresed very often.
Now I would like to know the best way to achieve this.
I have heard of using the <meta http-equi='refresh'> or then maybe use
javascrip.
But is there nto anything build in the ASP.NET framework?
Best regards,
Francois
parameter retrieve from the DB or the web.config file, just to point out
that it will not be hardcoded.
I need to refresh the page as the information displayed on that page is
highly dynamic and need to be refresed very often.
Now I would like to know the best way to achieve this.
I have heard of using the <meta http-equi='refresh'> or then maybe use
javascrip.
But is there nto anything build in the ASP.NET framework?
Best regards,
Francois