Your server behaviors are in the wrong order on the insert page. The single insert has to be above the multiple insert since the multiple insert uses the Session variable saved when the insert takes place.
Move lines 33-49 up above line 3 on the insert page and that should correct that problem.