News Feeds
Decription

LightBox.NET is the packaging of Lightbox JS v2.0 project developed by Lokesh Dhakar into a .NET assembly along with two simple web controls to provide the “lightbox” support. The first web control, ScriptManager, is used to install the necessary script, image and CSS files into your ASP.NET application and to add the correct HTML elements to your element. If you want to use LightBox.NET in your page, you need to place a ScriptManager control in it.

The syntax is something like this:
<lbn:scriptmanager runat="server" id="imgManager" />


From here, you can now use the Hyperlink web control to render out your "lightboxed" image by setting the imageurl and navigateurl properties. If you want to take advantage of the image set feature the script offers, you will only need to specify the group property of the control. The syntax is something like this:

<lbn:hyperlink id="img1" runat="server" imageurl="images/thumb-1.jpg" navigateurl="images/image-1.jpg" tooltip="Picture 1" />


Check out the latest release to see if you like LightBox.NET!
Last edited Dec 7 2006 at 11:16 PM by codeplexadmin, version 6
Comments
secrets wrote  Apr 3 2007 at 8:00 AM 
An awsome library. Greate work.

JeremyW wrote  Apr 12 2007 at 7:05 PM 
Thanks for providing this. It's great. Is it possible to set the font color of the description that shows below the popup image? It appears to be inheriting from my page which is using the same color as the background of the area below the popup image.

Sire404 wrote  Apr 20 2007 at 3:01 PM 
Also, add runat=server to the HEAD tag!

murattyilmaz wrote  Sep 6 2007 at 4:34 PM 
There is aflash object bug. You can find more information at the discussion and issue tracker.

SickDotNet wrote  Oct 18 2007 at 3:01 PM 
Brilliant! Easy to implement and works like a charm. Keep up the good work!

marcelomm wrote  Dec 5 2008 at 12:49 AM 
Perfect!

Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | CodePlex Blog | Version 2008.12.9.14291