Hi guys,
I have to build a site like an auction-site:
I Have a detail page from items where a countdown should run down.
In this page nearly every second a update must be possible without a postback for the user:
- coundown must be reset
- money of aucton must be updated
- gridView with last bidders must be updated
What kind of timer should I use for the countdown? How can I update every second from DB? ( Ajax? ) How can I update the values / gridView?