6
Answers

How to use Button in datagridview

Photo of Shivaraj Poojary

Shivaraj Poojary

14y
3.5k
1
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)