M
manig16
Hello,
I have a ASP.NET webservice, that returns a custom object
(List<MyObject>). The webservice inturn invokes an assembly which
returns List<MyObject>. This object is returned back to the client.
One of the client program (ASP.NET) is trying to bind this object to a
gridview. In gridview, this list is turned into MyObject[]. My
question is (a) why is this transformation happening. (b) Is it
something to do with the gridview design (c) or am I doing something
wrong. Your input is highly appreciated. Thanks.
Mani
I have a ASP.NET webservice, that returns a custom object
(List<MyObject>). The webservice inturn invokes an assembly which
returns List<MyObject>. This object is returned back to the client.
One of the client program (ASP.NET) is trying to bind this object to a
gridview. In gridview, this list is turned into MyObject[]. My
question is (a) why is this transformation happening. (b) Is it
something to do with the gridview design (c) or am I doing something
wrong. Your input is highly appreciated. Thanks.
Mani