I have a DataList Control and shows some products, and i keep the ID of these products in a commandargument of linkbutton which is inside of repeater control.
What i want to do is, when mouse is on one of these products, i want to show more details of it. Here is my code:
<%# Eval("Ilce1") %>
<%# Eval("SemtAdi") %>
Cins:
<%# Eval("CinsAdi") %>
Fiyati:
<%# Eval("Fiyati") %>
<%#Eval("ParaCinsAdi") %>
TargetControlID="btnDetayGoster"
PopupControlID="PanelSatilik"
PopupPosition="Right"
PopDelay="25"
HoverCssClass="PopupHover"
>
and this is the panel i want to be shown. But its empty. How can i fill this to do my goal? How can i take the ID so that i can show details of it inside this panel?
Thanks.
lohith bandrehalliPosted Sep 4, 2009, 1:34 AM
http://mattberseth.com/blog/2007/08/how_to_use_the_hovermenuextend.html
http://www.devx.com/asp/Article/33041/1763/page/2