You can use layouts: http://www.castleproject.org/MonoRail/documentation/trunk/usersguide/layouts.html
this is similar concept to webforms masterpage then in your controller, you could set LayoutName (if single layout) or LayoutNames (if nested layouts) property according to user choice. But IMHO, the best way is to rely solely on CSS to do this, this doesn't need any serverside work: http://www.csszengarden.com/ HTH On Apr 29, 9:06 am, male110 <[email protected]> wrote: > would you like to tell me how to use Multi-template in MonoRail MVC? > > When user vist your Website,they can select Different template. > you'd better give me a demo > > thanks very mutch --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
