You should be able to create a standard ASP.NET Server Control to do this. Over the last few days I've converted most of my MonoRail View Components into ASP.NET Server Controls and this seems to work fine (so long as the control doesn't require postback).
You can create a customisable section/template by using properties of type ITemplate.
Marked as answer by airl4ngg4 on Dec 13, 2007 01:11 AM
JeremyS
Member
506 Points
99 Posts
Re: Helper Development - How's about Section Template?
Dec 12, 2007 12:39 PM|LINK
You should be able to create a standard ASP.NET Server Control to do this. Over the last few days I've converted most of my MonoRail View Components into ASP.NET Server Controls and this seems to work fine (so long as the control doesn't require postback). You can create a customisable section/template by using properties of type ITemplate.