3
Answers

Cast of DBNull

sdnaffi

sdnaffi

19y
2.3k
1
Hi , I got a problem in formatting of date when i try to do the following, if(c.Value.GetType() != typeof(DBNull)) { DateTime dt = DateTime.Parse(c.Value.ToString()); c.Value = dt.ToString("dd/MM/yyyy"); } It says "Object cannot be cast from DBNull to other types" what i have to do ... pls help me soon as possible guys. thank u
Answers (3)
Next Recommended Forum