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

Pull out data related to my apps from Android Play Store and iOS App Store -

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

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