Hi there,
You might be interested in the following thread at asp.net:
http://www.asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=4692
It deals with various ways to use templates / visual inheritance. It's
quite a long story (over 9 pages), but it will provide you with a lot of
ideas and samples. I have been using slight variations on the themes
presented in this thread in my projects. Take some time to read it, follow
a few links and check out the sites of a few contributors to get a good
feel of their ideas.
Cheers,
Imar
At 03:55 PM 3/13/2003 -0600, you wrote:
>Hi,
>I am wondering what kind of options i have with using visual inhheritance
>with asp.net forms..
>as of now i know that using inheritance with win forms allows me to to keep
>the look the same on by inheriting from a base form...
>is it possible also for asp.net web forms.
>can i create one aspx page with the layout and keep using it again and
>again...
>or should i just be using a user control