Archana jha
06-07-2003, 12:33 PM
In my ASP form,there is a multiselection list box bound with a table say Subject_master.User can select Multiple data and after clicking INSERT button, these entries are added to a textarea. When the form is submitted,the entries of textarea will be added to a table named Subjects having a single field Subject_code. Can anyone suggest me how i can perform this task of inserting multiple data to a table?