Hi,
I'm fairly new to ASP.NET to hopefully an easy one to solve :)
Whats wrong with this?
Dim Resolved as Boolean = CType(e.Item.Cells(4).Controls(0), Checkbox).Checked
I'm trying to store the value from a datagrid for an update in a datagrid. It works for text but not for a checkbox...