G
Guest
I have a web site which has the same basic headers and footer
What i do currently is "include header.inc" & do the same w/ footer.in
The header inc includes the meta info and <body>/html tags..
the footer the closing of the abov
The way I create each page which differs on the web site is
1-create an aspx webfor
2-insert the two include files (which do use usercontrols for various functions
3-create a unique user control for each content portion of each web page
The above seems silly and "anti-asp.net" way of doing thing
Any suggestions to the "hacked" way of doing thigs would be appreciate
What i do currently is "include header.inc" & do the same w/ footer.in
The header inc includes the meta info and <body>/html tags..
the footer the closing of the abov
The way I create each page which differs on the web site is
1-create an aspx webfor
2-insert the two include files (which do use usercontrols for various functions
3-create a unique user control for each content portion of each web page
The above seems silly and "anti-asp.net" way of doing thing
Any suggestions to the "hacked" way of doing thigs would be appreciate