mattiesunglow
New Member
I have a MVC application with a nested master page: Site.Master belongs to mvc and it has MasterPageFile pointing to another master page called Top.Master which belongs to a dll (which is a web forms project).In Top.Master I have a web server control with an event. All works fine except that the event is not catched. I debug the control and page events and methods are catched except the event when is thrown.Is that because MVC application cannot interpret the events? Is there an work around to make it works? (http handlers or something) ?