ASP.NET dropdown selected value?
        Posted  
        
            by Curtis White
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Curtis White
        
        
        
        Published on 2010-05-17T19:21:04Z
        Indexed on 
            2010/05/17
            20:40 UTC
        
        
        Read the original article
        Hit count: 227
        
ASP.NET
|dropdownlist
I've an ASP.NET dropdown list and getting selected value by using the .SelectedValue. I also set this value in some cases by assigning to it. I seem to be randomly not getting this value set even when I choose the item from the drop down. Sometimes it works and sometimes it doesn't.
Ideas?
© Stack Overflow or respective owner