Hello all,
I have the same problem as described on http://groups.google.nl/groups?hl=nl&lr=&selm=%23VdnjPvKDHA.2244%40TK2MSFTNGP11.phx.gbl&rnum=5
and am unable to tackle it.
What I have is a web page with a repeater in it, being bound to a DataSet containing 3 tables.
RadioButtonList's are created and bound on creation of an item in the repeater.
The RadioButtonList uses GetChildRows on it's parent repeater's datarow as a datasource. This returns an array of DataRow (DataRow[]).
However, when binding to DataRow[], DataValueField and DataTextField do not seem to work anymore. The runtime is that the columns do not exist in my table.
What can I do?
Hope someone can help me.
Thanks in advance.
Kind regards,
David van Leerdam