Yeah, that'll do nicely, thanks
I've got this now
Dim EnteredOn as DateTime = CType(CType(e.Item.Cells(3).Controls(0), TextBox).Text , datetime)
Dim Resolved as Boolean = Ctype( CType(e.Item.Cells(4).Controls(1), Checkbox).Checked , boolean)
and it works (just about)
Although I don't really...