I am having some issues with the tooltip control. I have a page called default.aspx that uses Master.Master . In one of the content areas in my default.aspx page i have several <asp:LinkButton />'s These links have a style applied to them so they work like rollovers links. I would like to use each of these links to popup a tooltip that displays html. Basically onhovering each of the links I would like to preview either a usercontrol or another webpage. The hoverover tooltip will be a simple discription of what they are about to go to on click. This function would be very similar to the example here: http://www.telerik.com/DEMOS/ASPNET/Prometheus/ToolTip/Examples/LoadOnDemand/DefaultCS.aspx
Anyone have any experience with this. I could not follow the tutorials to make it work.
Anyone have any experience with this. I could not follow the tutorials to make it work.