Hi,
I tried use Ninject. I downloaded last version (v1.0). I want it to
use it for Asp.Net 2.0 app. I followed example from David Hayden
(
http://davidhayden.com/blog/dave/archive/2008/06/20/
NinjectDependencyInjectionASPNETWebPagesSample.aspx) . It works when I
use PageBase class. When I tried use MasterPageBase class it was not
working. I suppose that if I use MasterPageBase class, all the
injected object will be loaded. But they are not. Is it like it
applies only for master page itself (not the included page that use
the master page)?
Any suggestion or opinion most welcome. Cheers, Jaroslav