Originally Posted by hellswraith
I understand what you are saying, but if you want the cleanest approach (with .net anyway) you are probably looking to have your UI in one project for all of them. Now, that doesn't mean you are SOL. Why don't you seperate the pages by folders? You can right-click your project and add folders. This will organize your code much better. Also, if your pages are sharing things accross them, build web user controls or web custom controls. This helps minimize code and helps in the sharing. I don't know how much Visual Studio .NEXT is going to help us, but for now, these are they things I have done to make things easier.