I want to add the "Add new" at a specific index, but I am not sure of the syntax. I have the following code:
protected void Page_Load(object sender, Eve
Try following code;
DropDownList1.Items.Add(new ListItem(txt_box1.Text));