T
Tyson
Hello All,
I was wondering what is the best/most effective way to control pay
layout when using ASP.NET 1.1. I have seen that with 2.0 you can use
some new functionality called master pages, but I have not really seen
anything in regards to 1.1
When I develop with ASP I create a file called "common.asp" that would
contain subs like "write_header", "write_footer", "write_sidebar", etc.
that would contain the HTML for the basic layout of my page. Then when
I created a page it would look something like this:
Index.asp
call write_header
call write_sidebar
call write_body
call write_footer
sub write_body()
<page specific info here>
end sub
Can I do something similar with ASP.NET? Is that the best way to
control layout? I had a horrible web development teacher in college
and books (or at least the ones I have seen) really don't cover this
kind of thing.
Any advice, tips, URLs, slaps upside the head asking what in the world
are you thinking would be greatly appreciated.
Thanks in advance
Tyson
I was wondering what is the best/most effective way to control pay
layout when using ASP.NET 1.1. I have seen that with 2.0 you can use
some new functionality called master pages, but I have not really seen
anything in regards to 1.1
When I develop with ASP I create a file called "common.asp" that would
contain subs like "write_header", "write_footer", "write_sidebar", etc.
that would contain the HTML for the basic layout of my page. Then when
I created a page it would look something like this:
Index.asp
call write_header
call write_sidebar
call write_body
call write_footer
sub write_body()
<page specific info here>
end sub
Can I do something similar with ASP.NET? Is that the best way to
control layout? I had a horrible web development teacher in college
and books (or at least the ones I have seen) really don't cover this
kind of thing.
Any advice, tips, URLs, slaps upside the head asking what in the world
are you thinking would be greatly appreciated.
Thanks in advance
Tyson