L
Laurahn
Hi:
How can i display tooltip message on a dropdownlist template control inside
a GridView Footer.
I found this code working well, but it dosen't work inside a gridview:
</head>
<body>
<div id="tooltip"></div>
<form id="form1" runat="server">
<div onmouseover="MostrarTooltip('<%=DropDownList1.ID%>')"
onmouseout="OcultarTooltip()">
<aspropDownList ID="DropDownList1" runat="server" Style="z-index:
101; left: 296px;
position: absolute; top: 176px" Width="144px">
<asp:ListItem Value="Texto Normal">Texto Normal</asp:ListItem>
<asp:ListItem Value="fghfgh">Texto mas largo no
cabe</asp:ListItem>
<asp:ListItem></asp:ListItem>
</aspropDownList>
</div>
</form>
</body>
</html>
Here are using a java script function.
How can i display tooltip message on a dropdownlist template control inside
a GridView Footer.
I found this code working well, but it dosen't work inside a gridview:
</head>
<body>
<div id="tooltip"></div>
<form id="form1" runat="server">
<div onmouseover="MostrarTooltip('<%=DropDownList1.ID%>')"
onmouseout="OcultarTooltip()">
<aspropDownList ID="DropDownList1" runat="server" Style="z-index:
101; left: 296px;
position: absolute; top: 176px" Width="144px">
<asp:ListItem Value="Texto Normal">Texto Normal</asp:ListItem>
<asp:ListItem Value="fghfgh">Texto mas largo no
cabe</asp:ListItem>
<asp:ListItem></asp:ListItem>
</aspropDownList>
</div>
</form>
</body>
</html>
Here are using a java script function.