On 6/13/06, Ayende Rahien <[EMAIL PROTECTED]> wrote:
In general, creating objects doesn't have much overhead in .Net
But accessing them all over the place might.
You may want to create a base page to do it for you.
The WebFormsViewEngine does not inject the helpers like it does the
PropretyBag. As a result, you have to become IControllerAware and
access the Helpers dictionary from the Controller. You need to know the
name and type and cast accordingly which is not very type safe. Creating
and invoking the helpers directly seems more natural in Page class.
_______________________________________________ CastleProject-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/castleproject-users
