T
Tom J.
..NET seems to support inheritance of the Page class, but it doesn't seem to
render the information from the base class properly, at least not by
default.
If I create a base class, say, PageBase that derives from the 'normal' Page
class - then derive a new page type, say LoginPage, that derives from
PageBase I would have expected the controls, background, etc. that I placed
on the PageBase class level to appear in the LoginPage page - but they
don't.
Can anyone tell me what is going on here? ...Is there an easy work-around
(available now), or should I abandon the idea of a visual inheritance in the
current version of .NET?
Thanks!
render the information from the base class properly, at least not by
default.
If I create a base class, say, PageBase that derives from the 'normal' Page
class - then derive a new page type, say LoginPage, that derives from
PageBase I would have expected the controls, background, etc. that I placed
on the PageBase class level to appear in the LoginPage page - but they
don't.
Can anyone tell me what is going on here? ...Is there an easy work-around
(available now), or should I abandon the idea of a visual inheritance in the
current version of .NET?
Thanks!