Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
im using a checkedbox column in a datagridview.
when i select a particular checkedbox, i need to display some data in text box.
i know the code to get the checked columns.
tell me in which method i should write the code to get checked columns

for eg. datagridview1_click
Posted

1 solution

What is it?
1-> I know the code to get the checked columns."
2-> tell me in which method i should write the code to get checked columns"
You know or u dont know?

Further, did you read any book or article or tried to go through any tutorial even on web?

Try this:
For webforms:
DataGrid Events[^]

For winforms:
DataGrid Events[^]
 
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