sdnaffi

sdnaffi

  • NA
  • 12
  • 0

Cast of DBNull

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