M
Matt Sogla
I am attempting to select 1 or more rows from a datagrid using a
template column (checkbox, then click a button and remove them from
the datagrid (this will remove them from the queue in the database).
I have named the CheckBox cbx1. However, I cannot get past this. I
am having trouble going through each row and figuring out if the
checkbox is checked or not. I have seen numerous entries on how to do
this in VB, but I cannot translate in C#. I keep getting errors. I
have been trying lots of different ways, but none work. Does anyone
have sample code on how to do this successfully?
template column (checkbox, then click a button and remove them from
the datagrid (this will remove them from the queue in the database).
I have named the CheckBox cbx1. However, I cannot get past this. I
am having trouble going through each row and figuring out if the
checkbox is checked or not. I have seen numerous entries on how to do
this in VB, but I cannot translate in C#. I keep getting errors. I
have been trying lots of different ways, but none work. Does anyone
have sample code on how to do this successfully?