Thanks to Ron and Jamie I got things started here with composite screens. Well But I found it most ackward to have a component called Border with my page layout. What if I have diferent layouts, should I create a new component for each one? What about nesting? Imagine a page that has a menu on top and content underneath. Ok here's my component: <tr> <td> some menu</<td> <td>@RenderBody</td> <tr>
Ok, now what happens is let's say one of the itens of the menu has another composite page with a menu on the left? How to compose them? thanks all Vinicius --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
