1
Reply

User control save logic. Where should it go?

Ask a question
Daniel

Daniel

17y
1.9k
1
I have a windows form that contains a user control.  On the user control is a tab control and I am ready to start saving data on the tabs to the database.

Where should my save logic go? At the windows form level?  Or in the user control code?  It doesn't seem like I can access the controls directly from the form code.

Thanks.

Answers (1)