datatable expression column and datagridview
Windows Forms
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have a datatable with 3 expression column bind to datagridview with a bindingsource but the column are not displayed in the datagridview. when i debug, it was throwing a StronglyTypedException and the innerexception is InvalidCastException "can not convert dbnull to decimal". Please help. Thanks in Advance Lookman