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

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

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