question

Voytec avatar image
0 Votes"
Voytec asked Voytec commented

UWP, C# Storing informations between pages.

OK,
So I learned how to use Dic to store info and StringQuery and saving to file.
Is there any other way to store variables between switched pages in UWP?
I need to use tables.

windows-uwp
· 6
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Why you want to store the info when switch pages? and where you to store the variables. Do the variables need used in other pages?

0 Votes 0 ·

@NicoZhu-MSFT
I store variables how AryaDing tought me with Dictionary ex. <string, string>, and then App.Dic["variable"].
Yes, exactly, they do need to be used on different pages? How else can it be done - you suggesting something?
Thanks for respond.

0 Votes 0 ·

Why not continue use Dictionary to store the variable?

0 Votes 0 ·
Show more comments

0 Answers