Previous
Left Arrow
How to convert Bytes into KB and MB and GB and TB
Current Code Entry
Go Back To Code List
[Forms]

Flickity carousel with 2 rows and 4 columns designed with ASP Classic and SQL Server

Article Entry Date: December 13,2025 @ 07:01:17 / Last Updated On: December 13,2025 @ 07:08:39
A JavaScript carousel that will allow two rows with four columns.

While working on the Landing Page for our Radio website, I remembered an old design of another music-related webpage, so with the help of the Internet Archive's Wayback Machine«, I was able to find it, and I started researching for a Carousel Script.
I found several, but only one fit my needs, Flickity«.
I then found a short, easy-to-use Script from Stack Overflow« that I was able to implement in Classic ASP and SQL Server.

Copy the ASP/HTML code into a new Document, name it Main.asp.
Change the top 4 lines to fit your SQL Server credentials.


Open [SQL Server Management Studio].
Right-click on the Server Name (aka: MySQLServer\InstanceName)
Choose [New Query].
Copy the code below, paste it in the New Query window, and then [Execute].