C#后台获取dropdownList选中的值value或文本text
Posted sunping177
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了C#后台获取dropdownList选中的值value或文本text相关的知识,希望对你有一定的参考价值。
获取dropdownlist选中的值
ddlBranch.SelectedValue;
获取dropdownlist选中的文本
ddlCurrentDegree.SelectedItem.Text;
以上是关于C#后台获取dropdownList选中的值value或文本text的主要内容,如果未能解决你的问题,请参考以下文章
Jquery操作下拉框(DropDownList)实现取值赋值
怎么使用JS获取@Html.DropDownList页面选中值