如何在asp.net中的链接鼠标悬停时弹出面板 [英] how to pop up a panel onmouseover of link in asp.net

查看:90
本文介绍了如何在asp.net中的链接鼠标悬停时弹出面板的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在asp.net中的链接鼠标悬停上弹出面板

请帮助我

Thanx in Advance

how to pop up a panel onmouseover of link in asp.net

please help me

Thanx in Advance

推荐答案

您可以使用ajax的hovermenuextender控件

要使用它,请检查此
http://www.dotnetcurry.com/ShowArticle.aspx?ID=191 [ ^ ]

http://asp-net-example.blogspot.com/2009/11/ajax-hovermenuextender-how-to-use.html [ http://www.asp.net/ajax/videos/how-do-i-use-the-aspnet-ajax-hovermenu-extender [
You can use hovermenuextender control of ajax

to use it check this
http://www.dotnetcurry.com/ShowArticle.aspx?ID=191[^]

http://asp-net-example.blogspot.com/2009/11/ajax-hovermenuextender-how-to-use.html[^]

http://www.asp.net/ajax/videos/how-do-i-use-the-aspnet-ajax-hovermenu-extender[^]


查看此链接:
可能对您有帮助

> http://stackoverflow.com/questions/4704951/popup-on- mouse-enter-and-hide-on-mouseout [ ^ ]

(或)

您可以使用HoverMenuExtender控件

看到此链接: http://www.dotnetcurry.com/ShowArticle.aspx?ID=191 [ ^ ]

See this link:
It may help you

http://stackoverflow.com/questions/4704951/popup-on-mouse-enter-and-hide-on-mouseout[^]

(or)

You can use HoverMenuExtender control

see this link: http://www.dotnetcurry.com/ShowArticle.aspx?ID=191[^]

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>







<cc1:HoverMenuExtender ID="HoverMenuExtender1" PopDelay="100" PopupControlID="DivPopUp1"

                                            PopupPosition="Top" OffsetX="-200" OffsetY="5" TargetControlID="LinkButton1"

                                            runat="server" OnPreRender="HoverMenuExtender1_PreRender">
                                        </cc1:HoverMenuExtender>


很简单,您只需使用HTML元素的onmouseover属性,即可通过该属性捕获弹出事件.

检查一下:

使用DIV标签的ASP.NET中的弹出对话框 [那些疯狂的弹出窗口 [ http://www.asp.net/ajax/tutorials/launching-a-modal-popup-window-from-server-code-cs [
Its simply that you need to use onmouseover property of HTML element, through which you intend to capture the popup event.

Check this :

Popup Dialogues in ASP.NET using DIV Tag[^]

Those Crazy Popups[^]

http://www.asp.net/ajax/tutorials/launching-a-modal-popup-window-from-server-code-cs[^]


这篇关于如何在asp.net中的链接鼠标悬停时弹出面板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆