I need help?
The situation is like that, I use data binding method that
display a raw of data from mysql database server. Usually those data is a set of numbers. When the data is being updated in the database, corresponding data on the web pages will also change if we refresh the page, I already done this. However, is there other way that give the same result without refresh the page.
Please help me.