Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Storing XML on a tablet (iPad, Nexus, etc.)
Message
De
20/11/2015 12:03:10
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01627670
Message ID:
01627673
Vues:
30
>Hi,
>
>Is there a way to download/store an XML file to a tablet (for later use from an ASP.NET web forms application)? Or the only way is to use [localStorage] from ASP.NET and convert an XML to JSON and then back to XML?
>
>TIA

I assume you are referring to HTML5 local storage?

If so that uses key/value pairs - but the value is always a string so you could simple store the XML as a value.

Aternatively you can stringify Json objects.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform