DropDownList控件的DEMO

在页面里对DropDownList控件绑定文字时DropDownList有自己的子控件(我是这么理解的)ListItem。

每个ListItem代表一个DropDownList的选项主要属性有 Text和Value,对Text属性绑定的字符串可以在.cs文件里用Text属性直接读取 如:

  1.  <asp:DropDownList ID="pro" runat="server" AutoPostBack="True">
  2.                         <asp:ListItem Value="汉字录入" Text ="汉字录入" />
  3.                         <asp:ListItem Value="中文Word2003" Text="中文Word2003" />
  4.                         <asp:ListItem Value="中文Excel2003" Text="中文Excel2003" />
  5.                         <asp:ListItem Value="中文Powerpoint2003" Text="中文Powerpoint2003" />
  6.                         <asp:ListItem Value="图片处理" Text="图片处理" />
  7.                         <asp:ListItem Value="一体化协同办公平台" Text="一体化协同办公平台" />
  8.                         </asp:DropDownList>

 

以上HTML代码实现的是DropDownList的绑定 效果如图:

https://p-blog.csdn.net/images/p_blog_csdn_net/qq8276564/EntryImages/20081109/DropDownList.JPG

 

在.cs文件里调用时 如:

  1. pro.SelectedItem.Text 

proDropDownListID用SelectedItem方法可以拿到已选择的DropDownList 的选项,用Text可以拿到ListItem 的Text 的值。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值