日期:2014-05-19  浏览次数:20386 次

添加一个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>




------解决方案--------------------
哟!!于娜姐姐哦~~