asp.net

位置:IT落伍者 >> asp.net >> 浏览文章

ASP.NET 1.1 ListBox的注意事项[1]


发布日期:2019年04月01日
 
ASP.NET 1.1 ListBox的注意事项[1]

在ASPNet中如果要实现两个ListBox相互传递数据比如有两个ListBox ListBox 和 ListBox

<asp:ListBox id=ListBox style=ZINDEX: ; LEFT: px; POSITION: absolute; TOP: px 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 style=ZINDEX: ; LEFT: px; POSITION: absolute; TOP: px runat=server Height=px

Width=px></asp:ListBox>

添加两个Button button 和 button

<asp:Button id=Button style=ZINDEX: ; LEFT: px; POSITION: absolute; TOP: px runat=server Width=px Text=

添加></asp:Button>

<asp:Button id=Button style=ZINDEX: ; LEFT: px; POSITION: absolute; TOP: px runat=server Width=px Text=

删除></asp:Button>

给button添加Click事件

[] []

               

上一篇:ASP.NET入门教程 7.8 绑定语法

下一篇:ASP.NET 1.1 ListBox的注意事项[2]