Can these two properties of a dropdown list in ASP.NET be used independently?
I wanted to retrieve a null value when the user selects some text; I couldn\'t
null
Just set the value to some sentinel value like an empty string or some crazy string "JANDKJASD_" and handle it accordingly.