TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
Forums
Monthly Leaders
Forum guidelines
Administrator
Tech Writer
2.2k
1.5m
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