How to insert selected rows value of Gridview into Database in .net
Posted
by MAS1
on Stack Overflow
See other posts from Stack Overflow
or by MAS1
Published on 2010-04-21T05:59:35Z
Indexed on
2010/04/21
6:03 UTC
Read the original article
Hit count: 439
I am Developing Windows Form Application in .Net, I want to insert selected rows value of Gridview into database. First Column of my GridView is Checkbox, when user check one or more checkbox from gridview, i want to insert values of respective rows into Database.
In Web application i done this using DataKeyNames property of GridView.Want to know how to do it in Windows Form Application. I am using Visual Studio 2005
© Stack Overflow or respective owner