Page Stats
Visitor: 197
A list box control contains a list of items which can be selected by the user. A list box can be set to allow the user to select one or more items. Common Methods: Add(), Remove(), SelectionMode.
Q7. Select Books and display all selected books
Exercise: Select Books and display all selected books, Click Add to add a New book in a listbox, click remove to remove selected book.