Best way to support large dropdowns
        Posted  
        
            by JustAProgrammer
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by JustAProgrammer
        
        
        
        Published on 2010-03-15T03:38:35Z
        Indexed on 
            2010/03/15
            3:49 UTC
        
        
        Read the original article
        Hit count: 207
        
Say I have a report that can be restricted by specifying some value in a dropdown. This dropdown list references a table with > 30,000 records. I don't think this would be feasible to populate a dropdown with! So, what is the best way to provide the user the ability to select a value given this situation? These values do not really have categories and even if I subdivided (by having some nesting dropdown situation) by the first letter of the value, that may still leave a few thousand entries.
What's the best way to deal with this?
© Stack Overflow or respective owner