c# - returning one item at a time from ajax -


i have large list of objects have created in webmethod, takes long load.

i wondering if had example of pulling 1 item @ time allowing ajax display each object it, making them see part of data faster(even tho may slower in long run)

thanks.

you need execute separate ajax request each item you're retrieving. webmethod needs receive parameter item should return on each request.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -