I am creating a Client-Side array using VBSCript from a ListView object. This array is going to grow to 1000s of elements. I want to save the array elements into a database, but I cannot figure out how best I can pass the array across to the next form. Querystring will not work because of the array size.
Thank You
Thank You