asp.net dropdownlist onmousehover事件触发下拉显示数据
我有 asp:DropDownList 控件,我想向不想单击它的用户显示数据。 但用户只想让鼠标悬停在 asp:DropDownList 控件上。 有没有可能的方法可以在不使用 datalist 控件或 gridview 的情况下实现它? 如果是这样,请告诉我。
I have asp:DropDownList control which i want to display data to user who don't want to click on it.
But user only want to make Mouse hover over asp:DropDownList Control.
Is there any possible way to make it without using datalist control or gridview ?
If so let me know it please.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
然而,这确实产生了一个新问题,即鼠标悬停在菜单项上不会突出显示它们,至少对我来说是这样。尽管如此,这仍然是一个开始。
This does however create a new problem where the mouseover over the menu items will not highlight them, at least for me. Nonetheless, it's a start.