Hi,
I had created a form that users can submit upon adding information. I want to create an array that will store each forms' values once each form has been completed.
So for example:
form# field1 field2
1 userEntry1 userEntryOne
2 userEntry2 userEntryTwo
Can someone give me a heads up start on how to create this multidimensional array. Im not too familiar with asp coding. Thx
I had created a form that users can submit upon adding information. I want to create an array that will store each forms' values once each form has been completed.
So for example:
form# field1 field2
1 userEntry1 userEntryOne
2 userEntry2 userEntryTwo
Can someone give me a heads up start on how to create this multidimensional array. Im not too familiar with asp coding. Thx