travisbrown
Technical User
- Dec 31, 2001
- 1,016
What is the best way to create two dimensional arrays in ASP? Up to now I've been using Dictionary objects and creating a single dimension array for the values and using the key to id, or using a heavily delimited string and spliting. Gets to be a pain when adding or removing items. I'm sure there must be a better way. This is for a shopping cart kind of thing. Product id and quantity for multiple products passed around in a session.