Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: IsItPossible(CheckBoxList INSIDE a Datagrid) ???


Message #1 by "George Walley" <booyah@m...> on Mon, 14 Jan 2002 17:28:04
Does anyone know if it's possible to use a CheckBoxList control INSIDE a 

Datagrid?  the idea is that for each record I'm showing in my datagrid, 

there is a checkbox created that can be reference by:



mycheckboxlist.items(i).whatever



however even after I convert the checkboxlist item in my datagrid to a 

checkboxlist, i get invalid index errors no matter my input.



does it cause the problem that my control itself, as well as list items, 

are declared INSIDE the datagrid?



thanks.



-george

  Return to Index