欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

.net中實(shí)現(xiàn)listBox左右移動(dòng)

 更新時(shí)間:2015年03月13日 08:55:46   投稿:hebedich  
這里給大家推薦的是一段網(wǎng)友分享的,使用.net實(shí)現(xiàn)listBox左右移動(dòng)的代碼,簡單實(shí)用,這里記錄下來,有需要的小伙伴參考下吧。

今天用到listbox左右移動(dòng)在網(wǎng)上找了一個(gè),網(wǎng)友分享出來的,感覺不錯(cuò),這里推薦給大家

復(fù)制代碼 代碼如下:

<div style="width:200px; float:left;">
    <table>
    <tr>
        <td  width="50%">
        <asp:ListBox ID="ListBox2" runat="server" Height="128px" Width="148px">
            <asp:ListItem Value="張三"></asp:ListItem>
            <asp:ListItem Value="李四"></asp:ListItem>
            <asp:ListItem>王五</asp:ListItem>
            </asp:ListBox>
        </td>
        <td>
            <asp:Button ID="Button2" runat="server" Text="《"></asp:Button>
            <asp:Button ID="Button1" runat="server" Text="<"></asp:Button>
            <asp:Button ID="Button3" runat="server" Text=">"></asp:Button>
            <asp:Button ID="Button4" runat="server" Text="》"></asp:Button>
        </td>
        <td align="left" width="50%">
             <asp:ListBox ID="ListBox1" runat="server" Height="128px" Width="148px"></asp:ListBox>
        </td>
    </tr>
    </table>
    </div>

以上所述就是本文的全部內(nèi)容了,希望對(duì)大家熟練使用listbox能夠有所幫助。

相關(guān)文章

最新評(píng)論