hi there,
sir , when was doing shaping data with anonymous type's try out on pg 493
with the following code , i am not able to configure where the data comes from?
Code:
<ItemTemplate>
<h3> <asp:Literal ID="Literal" runat="server" Text='<%# Eval ("Name") %>'></asp:Literal></h3>
<asp:BulletedList ID="ReviewList" runat="server" DataSource='<%# Eval ("Reviews")%>' DataTextField="Title">
</asp:BulletedList>
</ItemTemplate>