JeremyThake
-
2/8/2006 10:17:38 AM
Transformation user controls
Is there a way of getting at the DataItem object e.g. <%# DataBinder.Eval(Container, "DataItem.Description") %> in the code behind?
I'd like to be able to see the parent control of a repeater transformation to get information about it.
I have a 3 level deep nested repeater going on and I want the context of the 2nd level for the 3rd so can't use Functions.GetAliasPath() because that is of the page itself not in context of the nesting.
|