Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Storing XML on a tablet (iPad, Nexus, etc.)
Message
 
 
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:
01627677
Views:
29
>>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.

I don't know much about Json. But I think your suggestion of storing the entire XML as a string into the key/Value pair may work. Thank you.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform