Hello,
I have books_table in the database. which contain Id, title ,subtitle image & others.
I have inserted the image in the string form in the database.
Now i want to display all records in the Datagrid view in windows Form.
I'm able to display all fields but unable to display the image of a book in the datagrid view.
In database Image is url stored as string
I put all the records...