读书人

添加一个ListBox框怎么在vs.net 200

发布时间: 2012-01-30 21:15:58 作者: rapoo

添加一个ListBox框,如何在vs.net 2003中设置,才能使用户当鼠标移动到某个列表项上,有弹出提示(提示的内容就是列表项的值)!
添加一个ListBox框,如何在vs.net 2003中设置,才能使用户当鼠标移动到某个列表项上,有弹出提示(提示的内容就是列表项的值)!

<asp:ListBox id= "myList " runat= "server " Rows= "5 " Width= "300px ">
<asp:ListItem Value= "111111111 "> 1111111 </asp:ListItem>
<asp:ListItem Value= "222222222 "> 2222222 </asp:ListItem>
</asp:ListBox>




[解决办法]
哟!!于娜姐姐哦~~

读书人网 >asp.net

热点推荐