8
Answers

Hyperlinks in Data Grid View?

don taylor

don taylor

13y
3.7k
1
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
Satyapriya Nayak

Satyapriya Nayak

NA 53k 8m 13y
Hi Siri,

Try this...



Edit your app config file



<add key="DBCon" value="Data Source=SU86;Initial Catalog=siri;Integrated Security=True"/>


Thanks