Basically I'm trying to submit a form multiple times without actually leaving the page and each submission will update a 2D array. I can get the array to save the information from the first submission, but any other submission will clear the array.<BR><BR>Any Ideas how to get the 2Darray to save without losing it's current info?You can throw the array into the ViewState.You could store a collection object in a session variable, then add items to the collection.