I am using VB 2010 Express.
I get the following Crash message from the DataDesigner if the DGV tries to display a column with a null value.
Is there a way to get around this, ie not crash on displaying Null fields?
I get the following Crash message from the DataDesigner if the DGV tries to display a column with a null value.
undefined Code:
Throw New Global.System.Data.StrongTypingException("The value for column 'PBuySuffix' in table 'ProspectTable1' is DBNull.", e)
Is there a way to get around this, ie not crash on displaying Null fields?