repeater + hierarhical data

  • Thread starter Thread starter jernej goricki
  • Start date Start date
J

jernej goricki

Which is the best way for displaying parent child records (not arbitrary,
just 1 sublevel) using a Datalist or better a Repeater control?

Thanks
 
you can use either nested Datalist and/or repeaters.

something kinda like this
<asp:repeater>
<itemtemplate>
<asp:repeater></asp:repeater>
<itemtemplate>
</asp:repeater>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top