HyperLinks In GridView

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 18:13 UTC
Read the original article Hit count: 276

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about c#

Related posts about gridview