Ported over from the Classic ASP« Article with similar features.
ASP.NET VB.NET code loads records from a database into a dropdown list (select menu), and the user can insert the selected item into the database with a live jQuery view of the data.
Live Lessons Example - ASP.NET (VB) Fill select menu with records from a database, insert selected records with live updated data
The project was initially published as a Classic ASP project on August 05, 2012, @ 8:29:16 PM.
After re-coding the original project, it was then ported over to VB.NET and C#
[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.
  4. Update May 30, 2026 - All JS is in one file named Load.js
Other Articles Related to this Entry.Classic ASP 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«