refreshing BindingSource after a Linq to Sql Insert

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sepidar
    New Member
    • Jan 2009
    • 7

    refreshing BindingSource after a Linq to Sql Insert

    hi,

    I have a DataGridView on my winform linked to a BindingSource linked to a Linq to SQL class.

    My problem is when I update my underlying class, the BindingSource will not notified and my DataGridView will not update.

    What should I do to resolve this problem?
Working...