hi
Can I display the name and picture of the personnel in the row?
I have no problem with displaying the name, but I want their picture to be displayed next to them
The photos are stored in the database and displayed in the HTML pages in this way
<img src="data:image/jpg;base64, @Convert.ToBase64String(item.Per_Pic_img)">