I'm doing an application which has already contains a master page named Master.master. And all related web forms(Webpage) are running well. But I create another master page in same application named Profile.master for some other web form(Webpage). But this time some of the related pages are running a blank page and some are generating an error that is:-
is not allowed here because it does not extend class 'System.Web.UI.Page'.
please help me to rectify this error.
Vishal Purohit
View Complete Post