Update ListBox
LINQ
2
Posts
2
Posters
0
Views
1
Watching
-
I have an SQL CE database which I am binding to a ListBox via ItemsSource = Database.Table. Works fine. If I add an item to the database (using InsertOnSubmit, is that right?), the ListBox does not get updated - a known fact, I found out. But how can I refresh the ListBox?
-
I have an SQL CE database which I am binding to a ListBox via ItemsSource = Database.Table. Works fine. If I add an item to the database (using InsertOnSubmit, is that right?), the ListBox does not get updated - a known fact, I found out. But how can I refresh the ListBox?