How to bind the ASP.NET drop down list DataTextField property to a nested property
I want to bind the DataTextField property of a ASP.NET drop down control to a property of an object that is a property of the initial data source. How would I accomplish that particular task.