M
MadCrazyNewbie
Hey Group,
I keep getting this Error:
An unhandled exception of type 'System.ArgumentException' occurred in
system.data.dll
Additional information: "Cannot set Column 'SitesID' to be null. Please use
DBNull instead."
On the following line of code:
dsFax.Faxs.Rows(Me.BindingContext(dsFax, "Faxs").Position).Item("SitesID") =
Me.cboFaxsDepartment.SelectedValue
Anybody got any ideas or can point me in the right direction?
Many Thanks
MCN
I keep getting this Error:
An unhandled exception of type 'System.ArgumentException' occurred in
system.data.dll
Additional information: "Cannot set Column 'SitesID' to be null. Please use
DBNull instead."
On the following line of code:
dsFax.Faxs.Rows(Me.BindingContext(dsFax, "Faxs").Position).Item("SitesID") =
Me.cboFaxsDepartment.SelectedValue
Anybody got any ideas or can point me in the right direction?
Many Thanks
MCN