T
tshad
How do I tell how many controls there are in a datalistitem?
For example I am going through my datalistitems and dealing with the
controls:
for each oItem as DataListItem in DataList1.Items
oItem.Controls?
Thanks,
Tom
For example I am going through my datalistitems and dealing with the
controls:
for each oItem as DataListItem in DataList1.Items
oItem.Controls?
Thanks,
Tom