Hi everybody~ I have a class that I am returning from an Ajax request - everything is working as it should but I realized when I viewed the request using Fiddler that everything in the object is returned when, in reality, all I really want to return is the value from a few select properties. Is there a way to limit what is returned from a class using Ajax? It seems reasonable that if I could limit which properties are returned I could speed up the information transfer even more...
thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info/ Don't forget to read my blog at http://weblogs.asp.net/mschwarz/ -~----------~----~----~----~------~----~------~--~---
