Array problems

Hi

I’m having a problem with an array and was wondering if someone could help me.

I have a page with a form which when it’s submitted a search on a database is executed and a table is displayed on the page.

The table displays some information along with some check boxes. If the user selects say two out of five check boxes, the two he has selected is two items he wants deleted from the database.

Still following?

Now my problem is now I can’t submit the form again because it already deals with the search of the database and adding a second form just seems to remove the table from the page. If there was some way I could copy an array from one asp page to another then I might be able to solve this problem.

Does anyone know how it would be possible to copy an array from one asp page to another?

RabBell.