Asp.NET DropDownList SelectedItem.Value not changing

前端 未结 5 1830
庸人自扰
庸人自扰 2021-01-07 23:40

markup:

            
5条回答
  •  旧时难觅i
    2021-01-08 00:10

    hey for first index to add all not required to add. you need to insert on particular index number

    MyList.Items.Insert(0, "ALL");
    

提交回复
热议问题