|
| ASP.NET 1/ASP.NET 2 OOP |
 |
Thu, 3 Apr 2008 23:39:39 +0000 |
I am converting to ASP.NET 2 an ASP.NET 1 site where a page class (MyPage.aspx)
with functions are inherited by some pages. To my surprise none of the children
execute those funstions until they are copied to each page as "shadows
function" or "protected overloads functions". Why? The pages in
the old site run without that extra work. Please advise how to enforce the same
old inheritance in ASP.NET 2.
Thanks.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|