I have this array that gets emptied every time i do a page submit and i would like to retain the information in the array.
One solution is to create a hidden text box and to store the contents of the array in the textbox each time the page gets sumbitted then load the textbox contents back into the array when the page gets displayed.
Does anyone have any other alternative solution that they have used and found to be effecient?
Thanks
One solution is to create a hidden text box and to store the contents of the array in the textbox each time the page gets sumbitted then load the textbox contents back into the array when the page gets displayed.
Does anyone have any other alternative solution that they have used and found to be effecient?
Thanks