ASP.Net MVC - Build a load on demand TreeView

Posted by Eric P on Stack Overflow See other posts from Stack Overflow or by Eric P
Published on 2010-01-14T01:27:23Z Indexed on 2010/03/31 3:03 UTC
Read the original article Hit count: 366

Filed under:
|

I am wondering how to build a load on demand tree view using ASP.Net MVC. I understand what is involved in creating a JQuery TreeView using lists, but the load on demand part is really confusing me. I don't need the full solution, but can somebody point me in the right direction on where I should start?

I have done these plenty of times using WinForms which keeps the view state preserved. One of the issues I am seeing is remembering all the node that have been expanded and not just the newly expanded one.

If anyone had some advice, I would appreciate it. Thanks!

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about jQuery