aspx_beginners thread: How do I get the boolean from a checkbox that is in a datagrid
I have tryed this, but it is the object... How do I get true or false...
Sub ShowInfo(objSender As Object, objArgs As DataGridCommandEventArgs)
. . .
Dim MyCheckBox As CheckBox = CType(objArgs.Item.Cells(4).FindControl("chkBuy"),
CheckBox)
Cliff Schneide
cliff_schneide@c...
|





