Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Hiding nested Data Repeater control headers


Message #1 by "Matt Dittman" <mddittman@h...> on Thu, 10 Oct 2002 12:54:02
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!

  Return to Index