<asp:PlaceHolder ID="PlaceHolder1" runat="server" Visible="False">
<span class="label">Product Code : </span>
340, 472, 491, W340, W491<br/>
<span class="label">Size : </span>
38.1cm-15in, 40.6cm-16in, 48.3cm-19in<br/>
<span class="label">Suitability : </span>
TOPS<br/>
</asp:PlaceHolder>
I have an imagebutton on aspx page . on mouse over of that i want it the placeholder to popup and it should disappear on mouse out event.
Code Please