How to handle with multiple selection ListBox? asp.net c#
        Posted  
        
            by Ayyappan.Anbalagan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ayyappan.Anbalagan
        
        
        
        Published on 2010-05-14T10:29:58Z
        Indexed on 
            2010/05/14
            10:34 UTC
        
        
        Read the original article
        Hit count: 236
        
In my aspx registration page i have more then 6 item available in my list box, I am allowing multiple selection on it..I am not sure about how many items i will select each and every time. then how i have to store it into dataset and how to pass it as a mysql paramter...
© Stack Overflow or respective owner