Hi,
I'm fairly new to ASP.NET to hopefully an easy one to solve
Whats wrong with this?
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
I'm fairly new to ASP.NET to hopefully an easy one to solve
Whats wrong with this?
Code:
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
Code:
System.InvalidCastException: Specified cast is not valid.