I have experience with ASP, but completely new to WinForms. What I'm trying to do is this: I have a CheckedListBox on Form1 that is linked to a binding source that is linked to a SQL database. I have another Form (Form2) that pops up upon clicking on an "Add" button, and then they can add a record. What I would like to have happen is as soon as they Add the record in Form 2, the CheckedListBox in Form1 updates as well. I've tried DataSource and DisplayMember properties but that doesn't seem to do the trick. Can someone point me in the right direction?
If anyone knows of a better way to do this, I'm also all ears. Thanks.