Guid fupID = (Guid)e.NewValues["Personnel_ID"]; Specified cast is not valid I am getting this error when I tried to convert this field into a guid The parameter I am using to update is of DbType="Guid" THANKS