I
Iyigun Cevik
In my website, all of my pages have similar construction, for example
background color, header part, a menu, and a general table which all
contents're sitting in. I want to use these in several pages in my
application. For menu and header i can make server controls. But for
backgroud color of page and for a table covering all of the page i can't
make it.
The idea of making a template page and inheriting it in all pages appeared
in my mind, but i couldn't figured how i could do that. Because derived
pages override properties like Attributes and InnerHtml.
How can i make a template page and use it in all pages in my application?
I checked MSDN and web for some kind of template pages, but couldn't find a
solution.
Iyigun Cevik
background color, header part, a menu, and a general table which all
contents're sitting in. I want to use these in several pages in my
application. For menu and header i can make server controls. But for
backgroud color of page and for a table covering all of the page i can't
make it.
The idea of making a template page and inheriting it in all pages appeared
in my mind, but i couldn't figured how i could do that. Because derived
pages override properties like Attributes and InnerHtml.
How can i make a template page and use it in all pages in my application?
I checked MSDN and web for some kind of template pages, but couldn't find a
solution.
Iyigun Cevik