Hello Everyone,

I'm using .NET for the first time, and had a question. When I populate my combo box with database values, I was hoping to store the record key with each item so I could then determine which specific record the user chose. I'm trying to avoid binding directly to the database, although why I'm not sure so if you can convince me that's the way to go I will.

Otherwise, I was hoping there would be a tag property or something, but there isn't. Any suggestions?

Thanks!

-Ben