Web services and custom business objects - DOTNET
This is a discussion on Web services and custom business objects - DOTNET ; I'd like my web service to return an arraylist of custom business objects,
say the type MyUserClass that has properties for Name, Age and Place of
birth. Then I want an ASP.NET-application to call these and put the property
data ...
-
Web services and custom business objects
I'd like my web service to return an arraylist of custom business objects,
say the type MyUserClass that has properties for Name, Age and Place of
birth. Then I want an ASP.NET-application to call these and put the property
data in corresponding columns in a grid.
Is this possible? What is the most efficient way to make use of the data in
this case?
-
RE: Web services and custom business objects
Think XML. Make the BusinessXobjects xmlserializable and stream it
to any XML aware control. (DataGrid/Excel/Word) etc...
"Bevo" wrote:
> I'd like my web service to return an arraylist of custom business objects,
> say the type MyUserClass that has properties for Name, Age and Place of
> birth. Then I want an ASP.NET-application to call these and put the property
> data in corresponding columns in a grid.
>
> Is this possible? What is the most efficient way to make use of the data in
> this case?
Similar Threads
-
By Application Development in forum CSharp
Replies: 1
Last Post: 06-11-2007, 12:20 AM
-
By Application Development in forum CSharp
Replies: 0
Last Post: 06-09-2007, 09:02 AM
-
By Application Development in forum Commerce server
Replies: 2
Last Post: 05-08-2006, 08:35 AM
-
By Application Development in forum CSharp
Replies: 4
Last Post: 03-15-2006, 04:11 AM
-
By Application Development in forum basic.visual
Replies: 4
Last Post: 05-04-2005, 04:57 PM