Author: sspatten | Posted on: 7/9/2008 10:19:35 AM | Views : 1042

Using the Repeater how would I render each of its DataBound objects rather than say using Eval to extract a value from a class?
E.g.

        <asp:Repeater ID="Repeater_Children" runat="server">
            <ItemTemplate>
                <Render the current item>
            </ItemTemplate>
        </asp:Repeater>
Thanks!

...

Go to the complete details ...