Need ideas !!!!!!!!!!!!!!!!!111

  • Thread starter Thread starter MS
  • Start date Start date
M

MS

I have an app in asp.net. My requirement is that we have a database, and
whenever this database is updated, I want my client's webpage also to be
refreshed. Also, this should be done with teh least or no user intervention.
Any clues on this ?
Will I have to look for third party tools? Can you suggest any?
Thanks a ton.
 
There is no way to force a database update to refresh the web page of a
client who is sitting at their computer looking at their browser.

All you can do is periodically refresh the page with a META tag, and have it
poll the DB for any changes.
 
Basicly when you edit something and your finished editen you press the
"Update" button or link.
Whatever you prefer. Aftere you press the button the page will be refreshed
and the updated info
will be showed ofcourse. This all is just 1 click.

You dont have to look for any third party tools

Richard
 
Back
Top