Tagged Questions

2
votes
5answers
283 views

C# text file to store data

I want to persist some data into a text file in my c# application. I added the text file to the root of my project. How do i access it now? Will this file be embedded with my exe or what?
1
vote
1answer
202 views

Silverlight, persist data between different pages and controls

In Silverlight, How can we persist data between different pages and controls. In our application, we plan to have central data object which is to track the user changes from different pages and ...
1
vote
1answer
142 views

How to persist a very abstract data type between sessions: PHP

I have an abstract data type that behaves much like stack. It represents a history of "graph objects" made by a particular user. Each "graph object" holds one or more "lines", a date range, keys, ...
0
votes
2answers
85 views

C# persisting data between two winforms

I have not been able to find a solution to my problem yet. What I have is two winforms, Main and a Configuration Settings form. The configuration settings form can be accessed from the menu of the ...
0
votes
2answers
54 views

how to persist some values in outlook vba

As part of what i am doing i need to access varaiables even after the session with the outllok is closed is there any way to persist value
0
votes
5answers
78 views

What do you do with a one-off piece of data that needs to be persisted?

Recently I've been requested to add on something for the administrator of a site where he can 'feature' something. For this discussion let's say it's a 'featured article'. So naturally we already ...