I'm trying to perform a databind on a dropdownlist using the esDataSource.
I have a page with 2 esDataSources, one for a gridview, the other one for a dropdownlist. Both datasources connect to the same ES Entity Collection. The gridview shows all records. I now want to use the dropdownlist to create a filter.
The datasource for the dropdownlist has only ONE column named InspectionType. This is a 2 char field which I want to use as a display- and datamember.
I can add the datasource, select the column, choose the datasource for the dropdownlist, set the datamember, displaymember. But the dropdownlist is not populated...
Anyone? Or isn't the esDataSource not designed to be used like this and am I taking a wrong approach?