aspx thread: IsItPossible(CheckBoxList INSIDE a Datagrid) ???
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
|





