HyperLinks In GridView
- by Hany
I am working on C# application
and I am trying to do the following:
my project is like a small search Engine
The user will enter a word and The Program should return the Files that contains this word
my Question is:
I have an array of File paths(the path is a normal string)
I want to show this paths like a links in a Gridview
so when the user click the file name the file will be opened
Notice: I am working on C# forms Not ASP.net