1
Answer

DataGridView and LINQ

So I have created a DataContext, formed my query, bound the query to my bindingSource, and bound the bindingSource to my dataGridView. However, nothing displays on my form. What have I missed? Thanks.

Answers (1)