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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top