Watch Pre-recorded Live Shows Here
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Administrator
Admin
2.2k
1.4m
C# .NET Web Service output
Apr 7 2003 12:19 PM
Hi, Using the .NET Framework to build a Web Service that outputs a certain struct or object. The output should look like this (XML):
value
value
value
value
value
value
value
value
*CLIST can contain 1 or more elements. **There can be several E but it should contain only one F-G pair. There is no problem to create a class or struct for one object but I run into trouble when it comes to arrays (CLIST and DLIST above). How can I structure a class or other with the output above in mind?
Reply
Answers (
0
)
assigning xml file to datagrid
dynamic display of a control depending on condition