DataGridView problem

abhit_kumar

Member
Joined
Aug 13, 2008
Messages
19
Programming Experience
Beginner
Hello Experts,

I was stuck in one place, if poosible then please help me.

I have one textbox at form named "Ord ID"

i have bind database table with datagridview control and now on load event data is displaying correctly.

In Datagridview there is one column which is checkbox type, suppose at datagrid there are 10 records displaying, and i have tick 6 checkbox for 6 records, so when i press add button then the value exist in textbox automatcally comes to only six records of Datagridview column named "StatusID".

Please help me with example coding.

Regards,
AKM
 
Back
Top