Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
How to bind a data table from a Linq query
SADAM HUSSAIN
8y
317
1
Reply
Guys Plz give me any ideas .
WPF App to bind a data table from a linq query given below code
Entityfm db = new Entityfm();
var qry = db.TableName.ToList();
datagrid.ItemsSource = qry;
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
How To select experience where experience is greater than 3
ASP.NET MVC Crud Operation(delete)