| Checking a flag in Opened ASP.net page Continously ! I have an opened Asp.net page. I have a flag (say an integer variable temp ) in my database. I want to keep checking this flag in my opened Asp.net page if the flag is true then redirect my page to another page. I am getting this flag in my Asp.net page from a stored procedure and i am getting the right value of this. My question is how can i check this value continously in my Opened Asp.net page.
Is this thing possible. If so what should i do to accomplish this task.
This thread might be my last hope.
Thanx in advance. |