Hi Josh,

yes, I always use custom objects or a struct if I want to return not
directly my big backend objects. If I'd like to return a list of
something I always use a DataSet or DataTable because you will save
traffic, with a DataSet the column names are only send back once, when
using an array of objects each object will include the name of the
properties.

Regards,
Michael



On 4/4/06, Josh <[EMAIL PROTECTED]> wrote:
>
> Ok, I realize I can add the [AjaxPro.AjaxNonSerializable] to my
> properties that are causing the recursion, however, this would mean
> adding extra tags to my dataobjects.  seems like I should create custom
> (inhreited) classes just for ajax to use.  Is this what people would
> recommend?
>
>
> >
>


--
Kind regards,
Michael Schwarz

Microsoft MVP - Most Valuable Professional
Microsoft MCAD - Certified Application Developer

http://www.schwarz-interactive.de/
mailto:[EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to