Simple question, not sure there\'s a simple answer!
So here\'s the code: (I\'ve simplified it a lot to make it easier to read)
I have used as below. Two Repeaters act as Parent and Child.below how I get Parent value of ID Column inside Child repeater.
<%# DataBinder.Eval(((RepeaterItem)Container.Parent.Parent).DataItem, "ID") %>