知识大全 ASP.NET 1.1 ListBox的注意事项
Posted 假象
篇首语:要得惊人艺,须下苦功夫。本文由小常识网(cha138.com)小编为大家整理,主要介绍了知识大全 ASP.NET 1.1 ListBox的注意事项相关的知识,希望对你有一定的参考价值。
ASP.NET 1.1 ListBox的注意事项 以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!
在ASP Net 中如果要实现两个ListBox相互传递数据 比如有两个ListBox ListBox 和 ListBox <asp:ListBox id= ListBox runat= server Height= px
Width= px > <asp:ListItem Value= 单片机 >单片机</asp:ListItem> <asp:ListItem Value= 网络程序设计 >网络程序设计</asp:ListItem> <asp:ListItem Value= 电子商务 >电子商务</asp:ListItem> <asp:ListItem Value= 计算机图形学 >计算机图形学</asp:ListItem> <asp:ListItem Value= 分布式系统 >分布式系统</asp:ListItem> <asp:ListItem Value= JSP技术 >JSP技术</asp:ListItem></asp:ListBox><asp:ListBox id= ListBox runat= server Height= px
Width= px ></asp:ListBox>
添加两个Button button 和 button
<asp:Button id= Button runat= server Width= px Text=
添加 ></asp:Button><asp:Button id= Button runat= server Width= px Text=
删除 ></asp:Button>
给button 添加Click事件
private void Button _Click(object sender System EventArgs e) this ListBox Items Add(this ListBox SelectedItem); this ListBox Items Remove(this ListBox SelectedItem);
button 的Click事件private void Button _Click(object sender System EventArgs e) this ListBox Items Add(this ListBox SelectedItem); this ListBox Items Remove(this ListBox SelectedItem);假象 :表面上看基本的功能已经实现了 编译运行 点击 添加 按钮ListBox 中选中的确实跑到ListBox 中了 再次点击 出现错误 当SelectionMode 为 Single 时 ListBox 不能有多个选定项
改正方法 修改ListBox 和 ListBox 的SelectionMode 属性 设置为 Multiple 基本上可以实现 但是效果很次
改正方法 不修改ListBox 和ListBox 的SelectionMode 属性 通过修改Button _Click代码private void Button _Click(object sender System EventArgs e) this ListBox Items Add(this ListBox SelectedItem); this ListBox SelectedIndex = ; this ListBox Items Remove(this ListBox SelectedItem);假象再次出现 当第一次点击添加时 ListBox 中的选中项被添加到ListBox 中 并且ListBox 中的选定项以删除 再次点击 ListBox 中的项
cha138/Article/program/net/201311/11364相关参考
知识大全 ASP.NET 1.1 ListBox的注意事项[2]
ASP.NET1.1ListBox的注意事项[2] 以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!p
protectedvoidListBox_SelectedIndexChanged(objectsenderEventArgse)  
知识大全 如何由ASP.NET 1.1移植到ASP.NET 2.0
如何由ASP.NET1.1移植到ASP.NET2.0 以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!
ASP.NET入门教程1.1将要创建的站点 以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧! 
知识大全 如何把ListBox中的内容拖曳到另一个ListBox中
如何把ListBox中的内容拖曳到另一个ListBox中 以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下
ASP.NET揭秘ASP.NET页面的结构 以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!TheSt
ASP.NET底层架构探索之进入ASP.NET 以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧! A
知识大全 IIS处理Asp.net请求和 Asp.net页面生命周期
IIS处理Asp.net请求和Asp.net页面生命周期 以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下
知识大全 ASP.NET入门教程 7.2 ASP.NET 2.0的数据控件
ASP.NET入门教程7.2ASP.NET2.0的数据控件 以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一
ASP.NET底层架构之从浏览器到ASP.NET 以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!&n