3
Reply

Cast of DBNull

sdnaffi

sdnaffi

Feb 28 2005 1:16 AM
2.3k
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