Original message moved by Admin Reason : Moved to a more appropriate category:) I have an array I am populating using client-side vBScript from ListView items. I want to pass this array to the next page but could not use QueryString because of size limitations. I cannot access the Session object since my array is inside some Client-side VBSCript. I have the following code:
SaveBatch is called by clicking a Save Button. My problem is that all this is happening in Client-side VBScript. I want to commit the data in the array to a database, so I was going to use PMS_SaveBatch.asp to accept the array data and commit it to the database.