If you are wanting access to the kernel from within webforms instances
(whether pages or controls), the only way to do it is using a service
locator.
For testability, you can then use poor mans dependency injection using
the service locator to make it feel like DI and to create seams that
allow you to get mocks in there.
Does this answer your question?
Sean
> --
> You received this message because you are subscribed to the Google
> Groups "ninject" group.
> To post to this group, send email to nin...@googlegroups.com.
> To unsubscribe from this group, send email to ninject+u...@googlegroups.com
> .
> For more options, visit this group at http://groups.google.com/group/ninject?hl=en
> .
>