What if I want to have a partial wihth its own server logic?
The view part is simple - just create a Partial View file. But what about controller?
Can I have two controllers triggered on a single request? One for the "page" and another one for the "control"?
In web-froms application we can have a whole application serverd by a usercontrol which can be placed on any webpage and does not need to know anything about his parent page.