how to make a delete button to delete rows from datagridview in windows forms in C#
delete button
Page 1 of 12 Replies - 704 Views - Last Post: 25 January 2011 - 07:44 AM
Replies To: delete button
#2
Re: delete button
Posted 25 January 2011 - 07:27 AM
Just create a button and when the button is clicked run the row delete command
Hope this helps
Table.Rows[i].Delete();where "i" here is the row index.
Hope this helps
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote



|