2
Answers

How to undo the datagridview cell values after cell leaving

I have a datagridview in which one column contains a button with text "Start".what I want is when I click on "Start" button then only that row, cell button text should change to "Stop" while other remains to "Start" using C# windows application.

Answers (2)
1
Vinay Singh

Vinay Singh

NA 5.9k 126.1k 8y
Hi check the link
http://www.aspsnippets.com/Articles/Create-and-Drop-SQL-Server-Table-programmatically-using-ADONet-C-and-VBNet.aspx
For insert record in table
http://www.aspsnippets.com/Articles/Using-SqlBulkCopy-to-import-Excel-SpreadSheet-data-into-SQL-Server-in-ASPNet-using-C-and-VBNet.aspx
Accepted
0
Vishal Jadav

Vishal Jadav

NA 1.7k 58k 8y
Hi,
Its just the idea, try to use the import functionality of SQL server.
Hope it helps.
Thanks.