熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> .NET編程 >> 正文

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

2022-06-13   來源: .NET編程 

  在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事件

[]  []  


From:http://tw.wingwit.com/Article/program/net/201311/14667.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.