View Single Post
Old 04-19-2005, 01:37 PM   #2 (permalink)
AlexB1234
Registered User
 
Join Date: Apr 2005
Posts: 7
AlexB1234 is on a distinguished road
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.
AlexB1234 is offline   Reply With Quote