Hyperlinks in datagrids in V C#.NET

Sep 12 2007 5:52 PM
Hi
I have a windows application coded using Visual C# in .NET 2005.
The application queries data stored in an MS Access table. One of the field in the access table contains text which is hyperlinked to particular files on the local machine.
Say, I have a field called TITLE and all each of the specific documents (pdf or word) are hyperlinked to the corresponding record in the TITLE field.
I am able to do this in Acess.
But, this property does not carry over in the windows application.
I am using a datagrid to display the queried results.
I set the required field to be as "Hyperlink" property for the datagrid and still the file does not open.
Any ideas on how to fix this?

Answers (1)