this.ListBox1.Items.Add(new ListItem("Hello", "1")); this.ListBox1.SelectedIndex = this.ListBox1.Items.Count - 1;