当前位置: 代码迷 >> ASP.NET >> 添加一个ListBox框,怎么在vs.net 2003中设置,才能使用户当鼠标移动到某个列表项上,有弹出提示(提示的内容就是列表项的值)
  详细解决方案

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

热度:8553   发布时间:2013-02-26 00:00:00.0
添加一个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>




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