I was hoping someone could tell me if there is a keyed array object that I would be able to use in ASP.net.

Something that would allow me to access the values of the array, not by their subscript in the array but by a key that I would assign to each value.

Thanks again.