M
milop
Ok, I've been working in ASP.net for years, so I've forgotten Windows Forms
programming.
Where do I store data that needs to be accessed later on in a different
form?
In an oversimplified example, form1 goes out to a database and gets a
dataset. Then the user clicks "Continue" and form2 displays. I need form2 to
access the dataset retrieved in form1.
Is there a "global" memory area in Winforms that resembles "Session" in
ASP.Net?
Thanks in advance,
Mike
programming.
Where do I store data that needs to be accessed later on in a different
form?
In an oversimplified example, form1 goes out to a database and gets a
dataset. Then the user clicks "Continue" and form2 displays. I need form2 to
access the dataset retrieved in form1.
Is there a "global" memory area in Winforms that resembles "Session" in
ASP.Net?
Thanks in advance,
Mike