Listbox: Insert multiple values selected from listbox into databas

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Banu

    #1

    Listbox: Insert multiple values selected from listbox into databas

    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...