Im using a table which can add rows dynamically.This is pure javascript.
However, first cell of each row, is a 'select' drop down menu, which has to be populated with entries from the database.So i have to use ASP to connect to the db, retrive the file with the values and pass on these numbers to the 'value' part of the 'select' element of each row.
How can I do this?