Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
インデックスがわかっている場合にアイテムのテキストを見つける方法をasp.netドロップダウンリストで案内してください。また、私に何か問題がありますか?
ありがとう
Itemsコレクションでインデックスを使用してテキストを取得できます。
Items
string text = Dropdownlist1.Items[index].Text;
ドロップダウンのテキストにアクセスするのに問題はありません。