Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
I'd like to have my top most item be an empty string for both the display and the value. I tried String.Empty and "" both of which didn't work. String.Empty actually put the string 'String.Empty' in the combo and "" put the string '""' (set of double quotes).
So, how would I do this?
|