hey guys i'm a novice to C#
I'm working a project that stores files eg. pdf, txt, docx etc.
i am able to store a file in the database.
so now i want a user to be able to click on a cell in a datagridview and it opens and read the file that was stored in the database.
can anyone point me in the right direction?
thanks in advance.
how open a file that is stored in a database from mouse click on a cell in a datagridview c#