Click here to Skip to main content
15,910,878 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I am working with Grid View control.

I want to create Grid view with check box, if i click any check boxes i want to get ids of the selected values.

or

i want to store the selected check boxes values in db.

it is an Window application in c#.
Posted

This[^] should give you an idea on what to do. In the example, an index is displayed.

However, what you can do is get the data row and then update values from this into your database.
 
Share this answer
 
view this post....
Problem in Grid View[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900