Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Receiving some XML
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00641964
Message ID:
00643482
Vues:
10
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform