Hello. What would it be the best approach to attach objects to a Select List? The problem as I understand it is that a Select List has only two arrays, one with text/label and one with value. If you have more values how do you attach them to the list? How about objects? Please consider the fact that the index may change as the entries may move up and down the list or get removed. One of the issues seems to be that the index length remains the same. Thank you for your suggestions.