how to maintain my data like a session variable in .net Win forms.

Posted by Ayyappan.Anbalagan on Stack Overflow See other posts from Stack Overflow or by Ayyappan.Anbalagan
Published on 2010-06-09T10:03:28Z Indexed on 2010/06/09 10:32 UTC
Read the original article Hit count: 129

Filed under:
|
|
|

I am using .net Windows Forms i need to maintain some date to check the condition. so i have to maintain it up to user logged out?

like session in asp.net

how can i do this?(note it should not expires until the user logged out)

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET