1
Answer

DataGridView and LINQ

Photo of Aaron

Aaron

17y
8.1k
1
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)