ASP.NET doesn't do visual inheritance. It does code inheritance. So you
can't use the designer to design some stuff, and then have other pages
inherit it.
You would have to do everything in code in the base page, including adding
the control to the page's control collection.
"Geir Sanne" <> wrote in message
news:6F69D8D7-3C3C-42BC-85CC-...
> hi!!!
>
> im trying to make a set of pages that has a banner on top and a left menu
in all pages.
>
> ive tried to make a base page with a banner docked to top and a menu
docked to left and
> let all pages inherit from this base page, but i cant make that work.
>
> whats the correct way to do this in asp.net ?
>
> regards
> Geir Sanne
>
|