Как переместить путь к фотографии из базы данных в редактор изображений в С#?C#

Место общения программистов C#
Anonymous
Как переместить путь к фотографии из базы данных в редактор изображений в С#?

Сообщение Anonymous »


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.


Источник: https://stackoverflow.com/questions/781 ... ditor-in-c

Вернуться в «C#»