This image shows a portion of the Form1.cs program. A block of code present inside the button1_Click method is highlighted in red is shown. The highlighted code is as below, while(dr.Read()) { listBox1.Items.Add("The "+dr.GetString(1) + "department is in " + dr.GetString(2)); }