Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Storing XML on a tablet (iPad, Nexus, etc.)
Message
From
20/11/2015 12:03:10
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01627670
Message ID:
01627673
Views:
31
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform