What would be the best(and most efficient) way to do this? I have a dropdown list on my form and when the user clicks on an item, I want the description of the item in the list box to appear (in a textbox elsewhere on the form). I have all of the descriptions in a SQL Server database. (144 of them) I was thinking of reading the database on form load and putting the descriptions into an array or is there a better way to do this? I'm not too familiar with building and/or referencing arrays so any code would help greatly.

Thanks.