Hi,

Although I didn't post my resolution, I needed to cast with Null.

(Int16?)null

So My complete test became.

Code:
drpStatus.SelectedItem.Value == "" ? (Int16?)null : Convert.ToInt16(drpStatus.SelectedItem.Value)