I want to check empty date (null date) from table in vb.net. how can I do that. can somebody write me code? Thanks
you may want to check this out as well: If String.IsNullOrEmpty(reader("field").ToString) Then ' To Do something ... End If Code (markup):