C
Comfort
I have created my Nestedrepeater. I used the following code to add my new
childrepeater.
<asp:Repeater id="childRepeater" runat="server"
datasource='<%# ((dataRowView)(container.dataitem)
..row.getchildrows("customorder") %>' >
On running my webform I get the following error:
BC30684: 'dataRowView' is a type and cannot be used as an expression.
Is there anyone there with a workaround? I use VB.NET.
childrepeater.
<asp:Repeater id="childRepeater" runat="server"
datasource='<%# ((dataRowView)(container.dataitem)
..row.getchildrows("customorder") %>' >
On running my webform I get the following error:
BC30684: 'dataRowView' is a type and cannot be used as an expression.
Is there anyone there with a workaround? I use VB.NET.