Hi,
I have a control, and I want to interate through its datasource, is that possible?
The control is bound to a repeater, but I also want to loop through the items using inline code on the top of the .ascx control page.
Is this possible?
Update
I am binding to a repeater, and the thing bound to the repeater is a List collection.
I tried:
myRepeater.DataSource
And I don't get anything via intellisense, casting to List<UserPRofile>
doesn't work either.