How to add a control in DataGridView? Using Button event. For example i want to create a new a row and column in DataGridView, this i want to happen through button control. How can i do it?
I am using C#.net and MS-Access.
How to add a control in DataGridView? Using Button event. For example i want
Share
Here is a piece of code for adding a control into the gridview.
private void addNewRowButton_Click(object sender, EventArgs e)
{