Insert or Update checked rows only in sql server 2008 table
I have one datagridview in my windows form.. (C#.Net). The datagridview have one datagridviewcheckbox column. Nearly 100 data rows in datagridview. My question is i want to insert or update checked rows only in sql server table. for example i checked only 50 rows . so i want to insert or update 50 rows only in sql server table. Plese help me how can i do this??????????????????
Dhirendra MisraPosted Feb 17, 2014, 5:11 AM
Please refer
http://social.msdn.microsoft.com/Forums/windows/en-US/9e32f7cd-d60e-412d-8035-5d9d6eac385e/datagridview-with-checkbox-how-to-select-rows-when-checkbox-column-is-checked-using-cnet?forum=winformsdatacontrols
http://www.codeproject.com/Articles/42437/Toggling-the-States-of-all-CheckBoxes-Inside-a-Dat
It will give idea to get selected rows, then you can proceed.