First question
The page I created requires a lot of functions. Is there anyway I canhave an include file at the top of the page or do I have to have allthe functions listed out at the top?
Second question
How do I maintain the same look across all page? In PHP i could simplyhave each link change the page state and certain things would loadbased on the page state. I figured a way to get around this would be tohave like the standard look as an include file at the top of each pagebut I havnt figured out how to do this yet.
Any help is greatly appreciated.
1. Check out this tutorial on Function Libraries:
http://aspnet101.com/aspnet101/tutorials.aspx?id=43
However, if the functions/subs are written in concordance with ASP.Net practices, you can also use includes, just as you can with Classic ASP and PHP
2. Stylesheets work with ASP.Net, just like they work with any HTML page. - - if this isn't what you're talking about, please expand on your question so we can get a better idea of exactly what you're trying to accomplish.
0 comments:
Post a Comment