DBNULL type to STRING ERROR!!!!
As i fill my datagridview, i select an empty row and try to print… then i get some crazy error message, and program crashes…. all because of an empty cell issue, where vb cant recognise it!!
But after soem research, found that to compare if a record or cell is empty, a special code made just for this “DBNull.value” is what i need to check!!! omg, saved my life from disaster errors!
