Hi there,

I have a treeview that populates when the page is loaded. It works fine except that the list of data is so long that the page takes like 15 seconds to load - seems like forever.

Is there a way I can make the page load - and then populate the treeview? I know you can use AJAX but I don't think this the right application for it cause this is when the page is loading not when I click a button or update something on the page.

Thanks