Click here to Skip to main content
15,884,177 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi friends
I want to retrieve data(text and image) from sqlserver with LINQ technology in WPF form and present it in a DataGrid. how can I do it?
please help me friends.
thank you
Posted

1 solution

You need to breakdown what you are trying to do into components and look at each separately. It will make life much easier for you.
Here are the things you need to do.
1) Read data from SQL Server using LINQ. (Using LINQ to SQL[^])
2) Bind Data to a DataGrid. (Databinding in WPF[^])
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900