Representing hierachical data on an AJAX page

  • Thread starter Thread starter JJ
  • Start date Start date
J

JJ

I want to be able to display items and their categories on a page, so that
the user can click on an item to edit it, or add further items or
categories.

Simple enough, however, I want to do it on a AJAX page (i.e. without
postbacks). Which control or approach should I use to display the
heirachical data?

I understand that I cannot use Treeview? Does anyone know if this is
correct? Any other approaches?

TIA,
JJ
 
Steve,

I was just going on what seems to be the common sentiment (at least when you
do a search for 'asp.net treeview ajax').
Your page is most information and I will give it a try!

Many thanks
JJ
 
Back
Top