How to move photo path from database to image editor in c#?

40 views Asked by At

On the Web Desktop App

I print the personnel information in my database into the datagrid. I can bring the required fields dynamically with focusedrowchange. As I bring the information, I want to dynamically add the photo kept as a file path in the database to pictureEdit. Is this possible?

This is how I keep the photo path. enter image description here

I tried to give a direct path to that part in the table using entities in the code section, but I could not get any results.

0

There are 0 answers