Click here to Skip to main content
15,907,687 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I need to list all online users, working with help of web api service. And its listing in a sort order of online user in alphabetical order after that offline users in alphabetical order. And need to pick data part by part to avoid large data transfer time like facebook scroll down updation. I picking the data part by part using linq skip() and take() methods.

What my problem affecting is my list of datas order changing time by time that one user got online or one got offline. This changing make my data picking method skip() and take() taking the same data multiple time or laps some data due lack or same order of data in adjusent data picking.

How I able to solve the problem ?
Posted

1 solution

for this use setInterval(function () (jquery) and give time interval which takes value interms of miliseconds.
 
Share this answer
 
Comments
Jithin Geroge 8-Jul-14 5:29am    
sorry , I dont get your logic . Please explain little more.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900