Sorting a DropDownList? - C#, ASP.NET
        Posted  
        
            by scrot
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by scrot
        
        
        
        Published on 2008-10-21T16:39:51Z
        Indexed on 
            2010/06/03
            5:14 UTC
        
        
        Read the original article
        Hit count: 366
        
I'm curious as to the best route (more looking towards simplicity, not speed or efficiency) to sort a DropDownList in C#/ASP.NET - I've looked at a few recommendations but they aren't clicking well with me.
Edit: Folks, I do not have control over how the data comes into the DropDownList - I cannot modify the SQL.
© Stack Overflow or respective owner