Collection and sharing of, interview questions and answers asked in various interviews, faqs and articles.....
var q = from a in dc.GetTable<Order>() select a;
dataGridView1.DataSource = q;}
No comments:
Post a Comment