6
Reply

How to use Button in datagridview

Shivaraj Poojary

Shivaraj Poojary

Mar 9 2011 7:20 AM
3.1k
hi...I have the following code to use button in Datagridview..I want to give name to the button..plz help me out regards this...thanks

            DataGridViewButtonColumn dgBtnCol = new DataGridViewButtonColumn();
         
            dataGridView1.Columns.Add(dgBtnCol);

Answers (6)