Hi,
I am trying to build a new MVC 3 project with Ext.NET controllers
I followed the the getting started article on https://examples1.ext.net/#/Getting_...tion/Overview/ and were able to get my web site working with some Ext.NET controllers i dragged into my view.

My question is more architectural perspective of how to set my MVC project to fit the best for Ext.NET
The MVC architecture is combined form Model (which is my Entity datamodel), View (the .aspx files) and the Controller (which connects the model to the view)

I want a web site that looks like https://examples1.ext.net, meaning Ext.Net Tree View on the left and a corresponding window loading on the right for each tree node i click.

How do i do that? Should i use different MVC Views and Controllers for every page? Should i put all my code in a single View (.aspx)?
How do o make the Tree View appear in all my pages?

I would appreciate very much if you have some demo solution i can download

Thanks