show real time alert when data entered in a table in database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there you to show message to all asp.net users when any data get entered
in a table in the database.
Just to give an idea I am trying to show Outlook webaccess style alert that
it shows when new mails come.
 
outlook does it by polling the mailserver. you web page can do the same
though a metatag or javascript.basically refresh itself every x seconds.

-- bruce (sqlwork.com)
 
Actually I do not want a refresh after constant time. I want to notify when
new data is added to database.
 
Back
Top