So I have a ParentForm with a SecondForm which will be the MDI child form loaded programmatically many times as a new instance. That form will be loaded with data from a SQL search.
The data is on a person.
What is programmatically correct?
A. Load the data on my form directly from my SQL search
B. Create a Person class and have properties, name, age etc each time create a new instance of this class and then pass the object into the form?
The data is on a person.
What is programmatically correct?
A. Load the data on my form directly from my SQL search
B. Create a Person class and have properties, name, age etc each time create a new instance of this class and then pass the object into the form?









