I have modified the 3.2 Graphic template to fix the master detail screens so they use more of a tabbed style approach. I have one table that has 5 detail screens on it and having them go all the way down the page takes up too much screen space. I also have nested detail tables which makes the screen almost unreadable. I have change the master detail functionallity as follows. 1. There is only one column in the master table that says "Details", when you select it the details links are made visible. 2. The detail links go across the page not down, like tabs (I did not build a tab images because I don't need them for my project. 3. Only one detail page shows at a time, if you select a detail page it hides all the other detail pages, so you get the tabbed efect as you select detail pages. 4. Detail pages are only available when the master table is collapsed (So you only see the selected row), much simpler to read and know which record the details apply to. 5. When you press the expand button, all details rows are hidden. I have also changed the new QuickSearch fields to be hidden by default and added the ability to hide and show them when needed because they also take up too much screen relestate. One other change which you may not notice is that I also fixed the template to work with Windows Authentication, so that if I turn on Windows Authentication on the Virtual Directory, is will pick up the logged in user name and use that to look up the users rights in the advanced security database. The only issue with using this, is that you need to turn off "Forms" authentication in the Web.Config after your code is generated and make sure that Windows Authentication is turned on. I have only modified the C# code in the template, I have not touched the VB versions. One final note, you use this template at your own risk. If it works for you great, if it doesn't then you have some debugging work ahead of you. I realy love this product and would love to see these features added directly, or would like to see a template repository for people to upload sample templates they have made. JPags