Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I am trying to display the text in a DataGridView as a hyperlink. I have searched the internet but none of the answers that I have seen seem to work. Any one have any ideas. Any help would be appreciated.
Thanks
Posted

1 solution

What's an issue in using this: MSDN: DataGridViewLinkColumn Class[^]

You can use LinkColumn to display a URL stored in a database table.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900