find web user control using foreach in DataList

  • Thread starter Thread starter caldera
  • Start date Start date
C

caldera

Hi,
I want to find the web user control in the datalist. I iterate the datalist
using foreach statement in the DataListItem and in thi DataListItem I
iterate all Controls objects but I can't find web user control, but I found
that it is in the namedcontrols. How can I find the web user control using
foreach in the datalist
Thanks.
 
Back
Top