在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=
Z
INDEX:
; 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