6
Answers

How to use Button in datagridview

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)