Previous
Left Arrow
Classic ASP Database Driven Select Menu (Dropdown Menu)
Current Code Entry
Next
Right Arrow

Classic ASP Fill select menu with records from a database, insert selected records with live updated data

Article Entry Date: August 4,2022 @ 10:32:08 / Last Updated On: February 27,2024 @ 08:34:27
This Classic ASP code loads records from a database into a select menu (Dropdown List), then the user can insert the selected item into the database with a live JQuery view of the data.

The project was initially Published On: August 05, 2012, @ 8:29:16 PM.
When I began working on this project for the new site, I did not like what I originally wrote, so I decided I would completely re-code it with some extra bells and whistles to hopefully give our visitors something more to use instead of something that did not do anything of good use.


[p]
    All actions of this code.
  1. Fill data from a SQL Server database into a select menu (or) dropdown list. (We added SQL Server when the new design was implemented.)
  2. Select an item from the list and automatically have it inserted into a table in our database.
  3. When adding a record to the table, the page shows a live update of all records in that table.

[/p]

Other Articles Related to this Entry.



ASP.NET (VB Version) Fill select menu with records from a database, insert selected records with live updated data«
ASP.NET (C# Version)Fill select menu with records from a database, insert selected records with live updated data«