c# control datagridview null value

44

c# control datagridview null value -

if(drNameShow["Time"] != System.DBNull.Value)
   {
      string mystring4= drNameShow["Time"].ToString();
   }
   else
   {
       string mystring4 = "NULL";
   }

Comments

Submit
0 Comments