With this server behavior you can create a form that display Asp Multiple Record at once and the user can insert all the record at the same time. The number of record can be static and you define the number in the setup process or can be dynamic client side and you can insert a combo in the page where the user select the number of record to insert. The setup of this behavior is the same of the standard Dw Insert behavior.
To see how is simple to use and setup download the flash tutorial.
Download
Connection:
In the Connection pop-up menu, select a connection to the database.
Click the Define button if you need to define a connection.
Insert into table :
In the Insert Into Table pop-up menu, select the database table into which the record should be inserted
After inserting, goto to:
In the After Inserting, Go To text box, enter the page to open after the record is inserted into the table or click Browse to browse to the file.
Get value from:
In the Get Values From pop-up menu, select the HTML form used to enter the data.
Dreamweaver automatically selects the first form on your page.
Form elements:
Select the form object that will insert the record from the Value pop-up menu, and then select a data type for the form object from the Submit As pop-up menu. Repeat the procedure for each form object in your form.
Column:
Specify a database column to insert the record in
Submit as:
The data type is the kind of data the column in your database table is expecting (text, numeric, Boolean checkbox values).