Define Visual C#.Net

C# Form Control

C# Label Control

C# TextBox Control

C# Button Control

C# RadioButton Control

C# CheckBox Control

C# CheckListBox

C# ListBox Control

C# ComboBox Control

C# LinkLabel Control

C# DateTime DataType

C# DateTimePicker

C# NumericUpDown

C# RandomNumber

C# PictureBox

C# ProgressBar

C# Timer Control

C# ToolTip

C# TabControl

C# RichTextBox

C# MessageBox

C# Menu Control

C# Toolbars

C# Dialogs Box

Page Stats

Visitor: 197

ListBox Control in C#.Net

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
Book Store Example

Exercise: Select Books and display all selected books, Click Add to add a New book in a listbox, click remove to remove selected book.
Book Store Example