I need to set date time and name columns to null. Here is my code. I have tried “” and null and I got errors.
item["Requestor"] =null;
item["Request Date"] =null;
item["Return Date"] = "";
item["Technician"] ="";
item.Update();
Please advice. Many thanks.