Atlas ThumbnailHyperlink: Hyperlink with page preview
I've been playing around with Atlas lately and decided to try to integrate an Atlas control extender into a ready-to-use web control. What I like most are the callback capabilities, but since many implementations already exist (kudos to this one) I switched to something else.
I picked up the ASP.NET HyperLink control and thought it would be nice if it displayed a popup whenever the mouse went over it, showing a preview of the page it pointed to (I got the idea from here). So I got it to meet the HoverMenu extender found in the Atlas Toolkit and built a control called ThumbnailHyperlink. It features the properties of an HyperLink plus the ones of the HoverMenu extender, so that you can choose where to show the preview, its offset and so on.
You can download a demo website and the source.
UPDATE: I'm really sorry but the website was on a free hosting company which decided to shut it down without informing me first. The code has gone since I didn't have a local copy. Really sorry about that.