大家好,又见面了,我是你们的朋友全栈君。
Add方法是把列表项插入下拉列表的尾部! Insert方法是把列表项插入下拉列表的指定位置!
ListItem 有两个属性 Text 用于显示的 Value 用于记录值,SelectedValue 是取选中项的 ListItem 的 Value 值, Items[DropDownList1.SelectedIndex].Text 是指定索引处 ListItem 的 Text 值,两者是不一样的,如果要取选中项的 Text, 可以用 SelectItem.Text
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/161274.html原文链接:https://javaforall.cn