This is a migrated thread and some comments may be shown as answers.

[Solved] how to pass empty object

1 Answer 110 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Charley
Top achievements
Rank 1
Charley asked on 19 Aug 2011, 06:28 PM
How do I pass an empty object?  What should be sent and in what form?


Thanks for the reply.

1 Answer, 1 is accepted

Sort by
0
Charley
Top achievements
Rank 1
answered on 19 Aug 2011, 08:38 PM
OK silly me.  Figured this one out.  I have a compound object.  I contains its properties as well as a list of other objects.  I created this object then went to the propertiey that contains the list but did no fill the object.  I was then passing a null instead of a list of secondary objects.  So I created a list<secondary> and sent that and of course it works perfectly.
Tags
Grid
Asked by
Charley
Top achievements
Rank 1
Answers by
Charley
Top achievements
Rank 1
Share this question
or