I am reading a table for a drop box. upon selection of item from the drop box, onselect does an autopostback and populates a datalist. Basically the drop box is list of projects and when you select project, the datalist displays the corrosponding project manager. But i can't get the insert into the database to insert the value displayed from the datalist. Can i not insert the results from a datalist? what do I need to do in order to insert the project manager associated with that project into a new table?
Any help would be great. New at this.