Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > Datagrid hyperlink and button column
 

Datagrid hyperlink and button column

Hi all

I am using C#.net 1.1 windows application. In this applicationI want to add link label toone data column and button to other data column.I have found out Template column and Bound Column in the Google search.But I couldn't understand. Help me

Its very urgent.

I had tried to create this using the link http://msdn.microsoft.com/en-s/library/system.web.ui.webcontrols.buttoncolumn.aspxbut i couldn't make it

Thanks in Advance

B.Ananthvivek

ANANTHVIVEK  Friday, September 26, 2008 5:46 PM
That link is for the web datagrid button column which does not work with the windows forms datagrid.

Here are some link to some custom button column I have written in VB maybe that will help

http://www.vb-tips.com/ButtonColumn.aspx


Ken Tucker  Friday, September 26, 2008 6:12 PM

Did you see the link of an article in the codeproject in my post? The article tells you how to create Button Column and other types of Column. Here is the link.

Bruce.Zhou  Tuesday, September 30, 2008 3:42 PM
That link is for the web datagrid button column which does not work with the windows forms datagrid.

Here are some link to some custom button column I have written in VB maybe that will help

http://www.vb-tips.com/ButtonColumn.aspx


Ken Tucker  Friday, September 26, 2008 6:12 PM

Sorry Ken.

I couldn't convert it in to C# .net. Is there any C# link?

Regards

B.Ananthvivek

ANANTHVIVEK  Saturday, September 27, 2008 6:14 AM

Hi ANANTHVIVEK,

I see that you want to add a link label and button column to your DataGrid. Please check this solved question and see whether it helps.

Best Regards,

Bruce Zhou

Windows Forms General FAQs
Windows Forms Data Controls and Databinding FAQs

Bruce.Zhou  Tuesday, September 30, 2008 3:33 AM

Thanks for the reply Bruce...

I think that link shows how to create button column in C# .net 2005 and its very easy to createsuch thingswith .net 2005. but my need is to create in .net 2003(Frame work 1.1). Is there any other way?

With Regards

B.Ananthvivek

ANANTHVIVEK  Tuesday, September 30, 2008 3:27 PM

Did you see the link of an article in the codeproject in my post? The article tells you how to create Button Column and other types of Column. Here is the link.

Bruce.Zhou  Tuesday, September 30, 2008 3:42 PM

You can use google to search for other answers

Custom Search

More Threads

• When to get data from the database
• ordering a chkbox list
• Connection String ?
• OOP and Databinding
• DataGridViewCell value is updating but new value is not displayed on screen
• datagrid control changes
• binding multiple columns to the ddl
• DataBinding Problem in DataGridView
• ComboBox Binding and Finding Correct row in list
• How to associate datagridview with list<>