| It sounds like you want to post the page every so often and then you can run your asp.net code to check the db. You can probably do this with the java script setTimeout("function()",X) function. Function() is the function that gets called after the interval elapses and X is the time to wait in millisecs. Just post your page in Function().
Good luck. |