how to add values to dropdownlist box fromtextbox
        Posted  
        
            by kumar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by kumar
        
        
        
        Published on 2010-05-20T02:45:43Z
        Indexed on 
            2010/05/20
            2:50 UTC
        
        
        Read the original article
        Hit count: 274
        
ASP.NET
hello friends
I have List items = new List();
and UI i have a textbox I am entring and ListItem..
when I enter the value in textbox I need to add values to the listitem..? can anybody help me out/. thanks
© Stack Overflow or respective owner