P
Pini
Hi all,In asp.net 1.x i creates a basepage that extends
System.Web.UI.Page class.
I created this file in a web appplcaition project and then refernced it
from another projects.
All the pages in this project inherited from this new BasePage ionstead
of the Page class.
In asp.net 2.0 i dont seem to make this work.
I did the same thing. precompile the project and then added refernce to
the assemblies in the precompiled directory.
It doesnt seem to work since i put a break point at the Page_Load event
and others in the base class and it doesnt seem to reach there.
What shoul i do?
by the way if i put the basepage in the App_Code direcotry - it doent
evenrecognice this base class.(No namespace problem)
anyone?
System.Web.UI.Page class.
I created this file in a web appplcaition project and then refernced it
from another projects.
All the pages in this project inherited from this new BasePage ionstead
of the Page class.
In asp.net 2.0 i dont seem to make this work.
I did the same thing. precompile the project and then added refernce to
the assemblies in the precompiled directory.
It doesnt seem to work since i put a break point at the Page_Load event
and others in the base class and it doesnt seem to reach there.
What shoul i do?
by the way if i put the basepage in the App_Code direcotry - it doent
evenrecognice this base class.(No namespace problem)
anyone?