Compilation Error!

  • Thread starter Thread starter Comfort
  • Start date Start date
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.
 
And this is a hardware issue?!?!? Perhaps posting your question to the
microsoft.public.vb.database group would garner some additional valid
responses.
 
Back
Top