Click here to Skip to main content
16,016,580 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ,


I want to show a pop up with data (will be fetched according to logged in user)
at given date and time of alert message.
The alert time will be set by user.
I tried creating background process but in threading i am not able to access the session value.



Thanks in Advance
Posted

1 solution

Try to use IsolatedStorageFile
https://msdn.microsoft.com/en-us/library/vstudio/system.io.isolatedstorage.isolatedstoragefile%28v=vs.100%29.aspx[^]

You can save data there and fetch it later. If you want to make it more secure, think of encrypting the data before save.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900