Hi Peter,
Could you send me a demo project that can reproduce this problem? For the
simplicity you can bind the GridView to an ArrayList instead of accessing
database. You can send the demo to me via email. My email is
(e-mail address removed).
Regards,
Allen Chen
Microsoft Online Support
--------------------
| From: "Peter" <
[email protected]>
| References: <
[email protected]>
<
[email protected]>
<#
[email protected]>
<
[email protected]>
| Subject: Re: tooltip / popups
| Date: Wed, 29 Oct 2008 22:16:06 -0500
| Lines: 120
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.5512
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579
| Message-ID: <
[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: cpe-72-129-145-58.new.res.rr.com 72.129.145.58
| Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP04.phx.gbl
| Xref: TK2MSFTNGHUB02.phx.gbl
microsoft.public.dotnet.framework.aspnet:78925
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
|
| | > Hi Peter,
| >
| > Do you have any progress on this issue?
| >
| > Regards,
| > Allen Chen
| > Microsoft Online Support
| > --------------------
| > | From: "Peter" <
[email protected]>
| > | References: <
[email protected]>
| > <
[email protected]>
| > | Subject: Re: tooltip / popups
| > | Date: Mon, 27 Oct 2008 01:02:26 -0500
| > | Lines: 67
| > | X-Priority: 3
| > | X-MSMail-Priority: Normal
| > | X-Newsreader: Microsoft Outlook Express 6.00.2900.5512
| > | X-RFC2646: Format=Flowed; Original
| > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579
| > | Message-ID: <#
[email protected]>
| > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | NNTP-Posting-Host: CPE-72-129-145-58.new.res.rr.com 72.129.145.58
| > | Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP02.phx.gbl
| > | Xref: TK2MSFTNGHUB02.phx.gbl
| > microsoft.public.dotnet.framework.aspnet:78685
| > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > |
| > |
| > | | > | > Hi Peter,
| > | >
| > | > From your description you need a tooltip with a button in it,
right?
| > If
| > so
| > | > I would suggest you use the HoverMenu control.
| > | >
| > | > Here's the sample:
| > | >
| >
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/HoverMenu/HoverMenu.aspx
| > | >
| > | > You can download the ASP.NET AJAX Control Toolkit from here:
| > | >
http://www.asp.net/ajax/downloads/
| > | >
| > | > If it's not what you need please let me know and tell me your
| > requirement
| > | > in detail.
| > | >
| > | > Regards,
| > | > Allen Chen
| > | > Microsoft Online Support
| > | >
| > | > --------------------
| > | > | From: "Peter" <
[email protected]>
| > | > | Subject: tooltip / popups
| > | > | Date: Fri, 24 Oct 2008 16:08:36 -0500
| > | > | Lines: 18
| > | > | X-Priority: 3
| > | > | X-MSMail-Priority: Normal
| > | > | X-Newsreader: Microsoft Outlook Express 6.00.2900.5512
| > | > | X-RFC2646: Format=Flowed; Original
| > | > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579
| > | > | Message-ID: <
[email protected]>
| > | > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | > | NNTP-Posting-Host: CPE-72-129-145-58.new.res.rr.com 72.129.145.58
| > | > | Path:
| > TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP03.phx.gbl
| > | > | Xref: TK2MSFTNGHUB02.phx.gbl
| > | > microsoft.public.dotnet.framework.aspnet:78621
| > | > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > | > |
| > | > | I am trying to create a tooltip popup - where the popup will allow
| > you
| > | > to
| > | > | click on a button inside the popup
| > | > |
| > | > | Kind of like the popup on the foodnetwork website
| > | > |
| > | > |
| > | >
| >
http://www.foodnetwork.com/recipes/emeril-lagasse/roasted-pumpkin-soup-with-
| > | > crispy-duck-confit-relish-recipe2/index.html
| > | > |
| > | > | Does anyone have any examples or info on how to do that ?
| > | > |
| > | > | I am thinking of using jquery to do that, or is there a easier /
| > better
| > | > way
| > | > | of doing that?
| > | > |
| > | > | Thanks
| > | > |
| > | > |
| > | > | Peter
| > | > |
| > | > |
| > | > |
| > | >
| > |
| > | Thank You, I will try this out.
| > |
| > |
| > |
| >
|
| No I do not.
|
| I have a DotNetNuke application which has two modules, both
modules/panels
| are in the center of the screen, everything works fine until I collapse
the
| panel/module without the grid.
| Once the panel without the grid is collapsed every popup is offset and
not
| by the data item. So I think I have to check if the panel is collapsed
and
| the height of the panel then subtract the height of the panel from the Y
| coordinated of the popup.
|
|
|
|