aspx_professional thread: Hiding nested Data Repeater control headers
I have a datarepeater nested within another datarepeater. Using the _ItemCreated event, how can I tell if there is no data in the inner repeater during the ListItemType.Header creation? It seems like you can't see the data from the Header's ItemCreated event, and once you get to the Item ItemCreated event you can't access the datarepeater Header. I'd like to suppress the header for the repeater if there is no data in that particular repater instance. Hope I was clear enough! Thanks!
|





