Refresh funtion in webapplication
-
Is there any refresh function in web application like windows application.(In ASP.Net) rohit
Hi, Just include the following tag in the head tag, This will refresh for each 5 seconds. "Aim to go where U have never been B4 and Strive to achieve it" http://groups.yahoo.com/subscribe/dotnetforfreshres http://himabinduvejella.blogspot.com
-
Is there any refresh function in web application like windows application.(In ASP.Net) rohit
js statement:
setwindowtimeout(..)
<< >> -
Hi, Just include the following tag in the head tag, This will refresh for each 5 seconds. "Aim to go where U have never been B4 and Strive to achieve it" http://groups.yahoo.com/subscribe/dotnetforfreshres http://himabinduvejella.blogspot.com
Hi HimaBindu, Its a right answer. I have one doubt regarding this. I am sending querystring to page(say p1). While I am redirected to the page(p1), I am displaying a messagebox with query string values. As you said , I am refreshing my page for every 1 minute. But the query string is remains in the url. So every time I refresh the page, I am getting the message box. I want the message box only once. Not every time. How can I do this? Could you please help me? Thanks and Regards Gowtham