你的位置:首页 > 软件开发 > ASP.net > 选择列表控件的使用(PickList)

选择列表控件的使用(PickList)

发布时间:2016-01-15 15:02:47
需要下载picklist.dll类库配合使用 1 <%@ Register TagPrefix="cc1" Namespace="PickListControl" Assembly="PickListControl&quot ...

需要下载picklist.dll类库配合使用

 1 <%@ Register TagPrefix="cc1" Namespace="PickListControl" Assembly="PickListControl" %> 2  3 <cc1:PickList id="pklOperator" runat="server" Height="250px" Width="450px"  4       FormID="Form1" IsMoveItemLeft="false" 5                 IsMoveItemRight="false" AllButtons="false"> 6     <ItemsLeft> 7       <asp:ListItem>1</asp:ListItem> 8       <asp:ListItem>2</asp:ListItem> 9     </ItemsLeft>10     </cc1:PickList>11 //后台测试12 foreach (ListItem item2 in pklOperator.ItemsRight)13     {14       s += item2.Text;15     }

原标题:选择列表控件的使用(PickList)

关键词:

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录