HyperLinks In DataGridView
- by Hany
I am working on C# application which is like a small search engine. The user will enter a word and the program will return the files that contains this word.
I have an array of file paths (as strings) and I want to show these paths as links in a DataGridView, so that when the user clicks the file name the file will be opened.
Note: I am working on C# Winforms, not ASP.net