Asp.Net MVC 2: What's the standard way to keep selected values in forms?
        Posted  
        
            by Dr. Zim
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Dr. Zim
        
        
        
        Published on 2010-03-22T02:57:58Z
        Indexed on 
            2010/03/22
            3:01 UTC
        
        
        Read the original article
        Hit count: 541
        
Say you have a few DropDownLists that filter data:
Car Make:  [Ford,Chevrolet,etc]
Car Year:  [2010, 2009, 2008, etc]
Car Model: [LT, SLT, etc]
And you make a selection and not show that DDL again. Is there any standard place to maintain previously selected values? This is for a "drill down" menu system.
© Stack Overflow or respective owner