1
Answer

Display images from database in datagrid dynamically

----------------------------------
Name| Roll| Marks|Image
--------------------------------
A   | 1    |90   |img1.jpg
B   | 2    |80   |img2.jpg
      
I have this table in my database and i want to display data with images in DataGrid ..WPF  and my images are saved in bin>Images>Students folder 
Answers (1)