DataListAdapter - Renders container despite empty item collection.
description
When the DataList contains no items, it shoudn't render anything.
At the moment it still renders the outer container and an empty table.
At the moment, the work around is to hook into the DataList.PreRender event and check the item count and if so add AdapterEnabled = "false" to the list's Attributes collection.