Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Receiving some XML
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00641964
Message ID:
00643482
Views:
9
This message has been marked as a message which has helped to the initial question of the thread.
No. Just a simple string variable. If we're only talking about two values, just seperate them like:

return var1 + ", " + var2

then parse them on the client using string functions.

If your talking about a lot of values, then I would use an XML document which can be parsed on client by loading into dataset or using XML classes.

Charlie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform