hi, i am currently making a table about number of people who register as member, login to my webpage everyday or every week. my target is make it like live (the table could refresh everyhalf a minutes to show the number of people login to my webpage.) but i dont want to refresh the whole table because only the first row of the table will change. for addition information i m using gridview to show all this info. i couldnt refresh the whole the table because of it would cause a heavy load to my server.
my table is something look like this
Date no. of login no of register
1 july 23 10 <---- row (date today) which i wanna it refresh always to get latest data
30 jun 30 5
29 jun 17 10
28 jun 30 5
.
.
.