G
Guest
How do I make many pages with the same layout?
I have created header, side bar, main body, and footer web controls and
added them to a table. I have many pages that want to use this same layout,
BUT I DON"T to have to duplicate the layout in each page.
Is it possible to use the layout from one base class or template?
Inheritence only inherits the methods and properties, but not the layout and
addition of the web controls.
I have created header, side bar, main body, and footer web controls and
added them to a table. I have many pages that want to use this same layout,
BUT I DON"T to have to duplicate the layout in each page.
Is it possible to use the layout from one base class or template?
Inheritence only inherits the methods and properties, but not the layout and
addition of the web controls.