Hi, I want a Repeater control inside a Gridview row. So how can I assign the DataSource of the Repeater control so that the data it uses is that of the specific data of the GridView row?
I tried this: DataSource='<%# Eval(Container, "DataItem.InnerVal")
but it does not work.