Keeping the arraylist value to the next program run.

Hi,

I have built a C# program that processes a huge amount of data and keep the processing results in arraylist.

This is takes a long time , so if I need to keep these results to be used in the next time , How can I do that.

Is there any way

Thanks too much.

Aya.



Answer this question

Keeping the arraylist value to the next program run.