Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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) ?

I want to mention that the same control in the same context Top.Master works fine if Site.Master (that has MasterPageFile pointing to Top.Master) is inside a web forms application.
Posted
Updated 24-Sep-12 23:06pm
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900