Shivaraj Poojary

Shivaraj Poojary

  • NA
  • 92
  • 314.2k

How to use Button in datagridview

Mar 9 2011 7:20 AM
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)