Getting the value selected of DropDownList
        Posted  
        
            by user279521
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user279521
        
        
        
        Published on 2010-03-29T13:36:52Z
        Indexed on 
            2010/03/29
            13:43 UTC
        
        
        Read the original article
        Hit count: 377
        
c#3.5
|asp.net-3.5
I have a dropdownlist box, from which a user makes a selection. However, I am not able to retrieve the value of the SelectedItem in the code behind.
How can I get the value selected in the code behind?
© Stack Overflow or respective owner