Search results for query: *

  1. Z

    Listbox: Insert Multiple Items into DB

    Hi, thanks for your help. A formview is a data display/management control with the .net 2.0 framework. I have discovered that formviews have methods, and one in specific that triggers just before an insert occurs, "ItemInserting". So i'm coding under this method the following code: Sub...
  2. Z

    Listbox: Insert Multiple Items into DB

    I have 2 listboxes, one pulling a list of Jobs from a DB, the other with Employees from the DB as well. I want the user to be able to choose only 1 Job and 1 or many Employees, and insert the selections into a table called Times, using a Formview and SQL datasource. I've read a lot about...
Back
Top