J Jason Oct 17, 2003 #1 as in web, i can use session, how about the windows form?? can i use the appSetting in app.config??
J Joe White Oct 18, 2003 #3 Not sure what you're asking (Session is totally unnecessary in Windows Forms), but if you want a "global variable", just declare a static field.
Not sure what you're asking (Session is totally unnecessary in Windows Forms), but if you want a "global variable", just declare a static field.