# 14.04.2007 13:09:49 -07:00
Hi,

Wouldn't it be nice if one could create a combobox control that fetches it's values from a database, say through a DataSource?

Or is there any other way to achieve that?

Thanks,

/U
# 25.03.2008 7:19:26 -07:00
I developed a databound drop down list for an internal project. If you are interested in the source let me know.

Thanks,
David
# 04.04.2008 2:17:30 -07:00
We have also developed the same type of control. Would be nice to hear if you had any problems.

We made a WCF Service that we deployed on the TFS APp Tier and had a database in the TFS Data Tier.

One problem we have noticed is that the value list is no longer avaliable in Excel, so editing in Excel is somewhat more of a problem.

/Tomas