help??

  • Thread starter Thread starter gorostas
  • Start date Start date
G

gorostas

Hi all!

i have to build task rellated web app. whitch will need to have some
monitoring. i have datebase whit row of time whitch will be happen in the
future, and then when that time cums i have to fire some scripts.(in my
case, i have 2 connected web forms-pages, first auth. me on server(for
sending sms messages) and second sends the actual mess).
if someone have some proposition how it would be done by less pain, i would
be greatfull
 
Hi gorotoas:

You might want to look up the Timer class in System.Threading. You
could set up a way to periodically poll the database and see if a
message should be sent.
 
Back
Top