CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2009
    Posts
    160

    dynamically update webpage on db change

    is there a way i can dynamically update my webpage without any user action whenever there is a change made in the daatabase.

    eg gmail automatically updates your email whenever you get a new one....

    Lets say i am viewing a page which shows all those who have signed up for a newsletter on my site. whenever there is a new sign up can he/she be dynamically added to the list i am currently seeing without me refreshing or performing any action that would trigger it?

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: dynamically update webpage on db change

    It's all AJAX...even Gmail's databases don't push data to the browser, the browser polls for it.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured