O
Oliver
hi -
I'm now a .NET convert - having come from the Perl world...
I've been doing/thinking asp.net for a while, but am still not
happy two things in particular - any advice/opinion appreciated:
1) it seems difficult to abstract 'page level' coding. eg - nav bars -
I would like to split the page into three areas using tables to house:
top level nav, left nav, and page content - however - *I do not want
the code for this table, or the nav bars, or any code to call in nav
bars to be duplicated on each .aspx page*. In fact I only want *one
instance of the string '<HTML>' on the whole site* - this will
probably fill tradational ASPers with confusion/anger etc - but it's
important... I'll explain why later
2) Visual Studio's lack of support for 'sub-applications' - ie
applications that live in sub-directories of virtual directories, and
inherit config etc from all applications above them. - this is
*possible* in ASP.NET, but awkward.
thanks all,
Oliver.
I'm now a .NET convert - having come from the Perl world...
I've been doing/thinking asp.net for a while, but am still not
happy two things in particular - any advice/opinion appreciated:
1) it seems difficult to abstract 'page level' coding. eg - nav bars -
I would like to split the page into three areas using tables to house:
top level nav, left nav, and page content - however - *I do not want
the code for this table, or the nav bars, or any code to call in nav
bars to be duplicated on each .aspx page*. In fact I only want *one
instance of the string '<HTML>' on the whole site* - this will
probably fill tradational ASPers with confusion/anger etc - but it's
important... I'll explain why later
2) Visual Studio's lack of support for 'sub-applications' - ie
applications that live in sub-directories of virtual directories, and
inherit config etc from all applications above them. - this is
*possible* in ASP.NET, but awkward.
thanks all,
Oliver.