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.
Loading
Buster IrbyPosted Aug 24, 2007, 9:47 AM
All tab related code should be in the individual tab page. Do you have separate sub forms for each tab page?