Listbox: Insert multiple values selected from listbox into database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Banu
    New Member
    • Oct 2006
    • 3

    Listbox: Insert multiple values selected from listbox into database

    I have 2 listboxes, one with all application available, and the other with the selected applications by user (dual listbox).

    I have 3 tables (incident,appli cation and ListApplication )

    ListApplication-àId_incident and Id_application

    One Incident could have many applications

    I want the user to be able to choose 1 or many applications, and insert the selections into a table called ListApplication . I've read a lot about this, but the truth of the matter is that I never got it to work.

    I’m working with Asp.net and VB.net

    Thanks for any help.
Working...