Hyperlinks in Data Grid View?
Visual Studio 2008 with C#
I have connected to an access database where one of the fields is a hyperlink to a pdf file.
When this is opened in the data grid view only the path to the file is displayed as text and not the desired hyperlink.
How do I disply the hyperlink in data grid view.
Thanks in advance for your help.
Don Taylor...
Answers (8)
0
Hi Siri,
Try this...
Edit your app config file
<add key="DBCon" value="Data Source=SU86;Initial Catalog=siri;Integrated Security=True"/>
Thanks