I need to write a quick validation snippet for a multi-value list box. This control's Value property always returns Null. What's the quickest way to determine if something's selected? I don't need the actual value, just a True/False response - there's an item selected or there isn't. Thanks! Susan H.