Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: How do I get the boolean from a checkbox that is in a datagrid


Message #1 by "Cliff Schneide" <Cliff_Schneide@n...> on Tue, 25 Jun 2002 11:43:18 -0400
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...



  Return to Index