Question How to count rows in datagridview

jimmy6

New member
Joined
Dec 7, 2010
Messages
4
Programming Experience
Beginner
Hi everybody....still new to vb.net

I have a Windows form that has a datagridview on it. I populate it with records from a database. I have a checkbox on each row. Then I have a textbox on the form outside of the datagridview. Each time a checkbox is checked I want to count it and show it in the text box. Each time a checkbox is unchecked I want it to subtract the count.

Can anybody help?
 
Back
Top