I tried to modify the ASP-AJAX code by w3school
Here to suit my need!
Currently, the sample code will fetch data from the database without refreshing the page!
What I want to do is, whenever new data inputed into the database (eg. new user registered), the display.asp page will fetch the new data without refreshing the page and will display it real-time to ma page!
My display.asp page will display all the registered user with 10 new record per page!
So basically the new user will "appear" on top of the list!
Any guide for this, Thanks :)