Tagged Questions
1
vote
2answers
801 views
Should I use a Class or Dictionary to Store Form Values
I am working on a C# .NET Application, where I have a Form with lots of controls. I need to perform computations depending on the values of the controls. Therefore, I need to pass the Form values to a ...