ASP.NET Show - Show Images

 



Show panels are automatically built for each image from a specified folder (see ImagesShowPath feature).
Panels' transition mode is automatic. Check the two available modes: Show, Manual.
Each image panel is loaded just before it's shown. No loading lag on first page load.
Enable the manual changer using the ManualChanger property.
Customize the panels' transition type. Check these examples: Fading, Quick Scroll, etc.
Check also the extended version of this example: Quick Setup

Example Code

<obshow:Show id="Show1" runat="server" ImagesShowPath="images/cosmic" />    

VB.NET
Show1.ImagesShowPath = "images/cosmic"


C#
Show1.ImagesShowPath = "images/cosmic";