Will there be any problem if i inherit aspx page from System.Web.Mvc.ViewPage
Posted
by Vinni
on Stack Overflow
See other posts from Stack Overflow
or by Vinni
Published on 2010-04-30T06:53:57Z
Indexed on
2010/04/30
6:57 UTC
Read the original article
Hit count: 370
I am developing a website which will be having both asp.net pages and MVC pages in it, So I have BaseWebPage class which will be used for both asp.net pages and MVC Views. but My BaseWebPage class is inherited from System.Web.Mvc.ViewPage, So Will there be any code/ functionality break for normal asp.net pages, because System.Web.Mvc.ViewPage is overriding some of the Pagelife cycle methods.
© Stack Overflow or respective owner