What is the best way to create a data bound ASP.NET user control?
I have a user control that contains a drop down list and three label controls. I would like to data bind the drop down list, and have the label controls display different properties of the data source.
I have Googled for an example of IDataSource and User Control, but cannot find any good information. This must be a common use of a user control?