ASP.NET Show - ChangeLog

March 13, 2013
  • Version 1.5.1
  • 'Fading' transition type is now supported for IE 10

March 23, 2009
  • Version 1.4.0
  • Outputs standard compliant XHTML code.
  • IE8 RC1 is supported.
  • Image panels can have individual sizes (panel properties ImageWidth, ImageHeight).
  • Image panels automatically fit the available panel size (show property ImagesFitAvailableSize).
  • Image panels can have custom titles (panel property ImageTitle).
  • Show arrows can have custom titles (changer properties MoveLeftTitle, MoveRightTitle, PauseTitle, StartTitle).
  • Changer can be set above panels, using absolute positioning (changer property AllowAbsolutePosition).
  • ImagesShowPath now supports ~ paths.
  • Url panel can be automatically reloaded each time is visible. Set property RefreshOnLoad to true.
  • Performance improvement.

June 4, 2008
  • Version 1.3.3
  • Property name changed from CSSShowChangerNumberOverSelected to CSSShowChangerNumberSelected .

March 11, 2008
  • Version 1.3.2
  • Works with Obout AJAX Page.

August 8, 2007
  • Version 1.3.1
  • Control now works with AJAX Control Toolkit

July 11, 2007
  • Version 1.3.0
  • Have the option to show "Play/Pause" button and "Previous", "Next" buttons at once.
  • Show component now accepts percent sizes (Width="90%"). It's also resizing itself with the browser window.
  • New property equivalent to StopScrolling named StopFading for stopping the fading when the mouse is over the panel.
  • New property for knowing the current panel's image name (when using ImagesShowPath property): CurrentImagePath.
  • A tweak to the image directory functionality is to be able to provide a template for the images within the specified directory. For example, directory\small*.jpg. New server property was added: ImagesShowPattern.
  • Panel change events can be used when multiple Show components exists on the same page.
  • Images are cached (used for changer numbers, arrows, play/pause button).
  • Single panel can be used.

June 07, 2007
  • Version 1.2.0
  • The changer is available also when in Show(automatic) mode.
  • New Play/Pause button available for the changer when in Show(automatic) mode.
  • New StartTimeDelay property represents the amount of time on first panel load.
  • Support for non JavaScript browsers. New <NoJavaScript> element.
  • Works better in Safari browser.

April 23, 2007
  • Version 1.1.2
  • Control works better with Microsoft ASP.NET AJAX

March 21, 2007
  • Version 1.1.1
  • Works with Microsoft ASP.NET AJAX

March 02, 2007
  • Version 1.1.0
  • New styles
  • ImagesShowPath - new property for loading all the images from a folder as panels
  • Image panels are now preloaded just before to be shown
  • Server methods for adding panels

February 14, 2007
  • Version 1.0.0.0
  • Automatic and manual show
  • Scrolling and fading transition effects
  • Show panels can contain html, js, css, server controls and other pages
  • Customizable manual changer
  • Works in .NET 2.0
  • Cross-browser: IE, Firefox, Safari, Opera