How to handle with multiple selection ListBox? asp.net c#
- by Ayyappan.Anbalagan
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...