J
Jacek Jurkowski
Warto¶æ is an Nullable<DateTime>
DATAOD is an Nullable<DateTime>
d1.Wartosc = k_chipp.DATAOD;
d1.DataBindings.Add("Wartosc", k_chipp, "DATAOD");
First line is ok but secound causes an exception
:Cannot format the value to desired type.
DataBinding does not work with nullables?
DATAOD is an Nullable<DateTime>
d1.Wartosc = k_chipp.DATAOD;
d1.DataBindings.Add("Wartosc", k_chipp, "DATAOD");
First line is ok but secound causes an exception
:Cannot format the value to desired type.
DataBinding does not work with nullables?