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
Post a Comment