HyperLinks In DataGridView
Posted
by Hany
on Stack Overflow
See other posts from Stack Overflow
or by Hany
Published on 2010-03-27T17:54:52Z
Indexed on
2010/03/27
21:03 UTC
Read the original article
Hit count: 371
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
© Stack Overflow or respective owner