Hi all
Presently i am sending data to database filed like this
"EquipmentFilterDevPrimaryId = 0"
i need Instead of "0" (NULL)i need store the data null value
how can i pass this null value
pls check that
if(txtDeviceCategory.Text != "")
{usi.EquipmentFilterDevPrimaryId = (long.Parse(txtDeviceCategory.Text));}
else{usi.EquipmentFilterDevPrimaryId = 0;}