Hi,
I'm newbie in the ASP.NET world. I point here is how to build a page that load several ascx control based on the tree view that user click on it and without loosing the viewstate of the controls inside the ascx when the page is postback. My plan is make the page with the treeview as the navigation and the content will load dynamically based on the treeview value and i want to associate it with AJAX so it will not have postback.
Any idea how to build that page or any reference about it?
Thanks.