K
Karen Hill
I have a datagridview control on a form with a few of the columns being
DataGridViewCheckBox. Whenever I click on the checkbox to create a new
record I get a NullReference Exception thrown even though I check for
NULL using System.Convert.IsDbNull function.
What gives?
I'm catching the NullReferenceException, although I know it is not
correct to do for normal program flow. What is the solution?
DataGridViewCheckBox. Whenever I click on the checkbox to create a new
record I get a NullReference Exception thrown even though I check for
NULL using System.Convert.IsDbNull function.
What gives?
I'm catching the NullReferenceException, although I know it is not
correct to do for normal program flow. What is the solution?