Link in DataGridView
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
I have a VB Windows Form (VS 2005) and on the form is a datagridview
control. It was populated by:
datagridview1.DataSource = tbl
The table only has two fields, URL_ID and URL.
I would like to change the URL field from text to a DataGridViewLinkColumn.
How can I do this?
Thanks
.
Relevant Pages
- Re: So nobody knows how to do this?
... I have a VB Windows Form and on the form is a datagridview ... I would like to change the URL field from text to a DataGridViewLinkColumn. ... You may also check out Cor and Ken Tucker's ... (microsoft.public.dotnet.languages.vb) - So nobody knows how to do this?
... I have a VB Windows Form and on the form is a datagridview ... control. ... I would like to change the URL field from text to a DataGridViewLinkColumn. ... (microsoft.public.dotnet.languages.vb) - Re: So nobody knows how to do this?
... For that you don't have to be an expert for the DataGridView, ... I have a VB Windows Form and on the form is a datagridview ... I would like to change the URL field from text to a ... You may also check out Cor and Ken Tucker's ... (microsoft.public.dotnet.languages.vb) - datagridview column sort question
... I'm using a windows form in Vb.net 2.0. ... I have a datagridview that is populated with data. ... to sort, but I was thinking this was suppose to work as well. ... I have a bindingsource that was created when i drub a data source ... (microsoft.public.dotnet.framework.windowsforms) - window form detail view auto save
... I Google search for answer to detected changes to the current row in detail ... view of a windows form (not datagridview), so far I have not got the right ... (microsoft.public.dotnet.languages.csharp) |
|