November 2001
Beginner to intermediate
816 pages
16h 3m
English
In This Chapter
A Simple Web Page
Controls
Making a Web Form
Code-Behind Web Pages
ASP.NET is the latest evolution of Active Server Pages (ASP) technology. ASP.NET pages have several advantages over the earlier ASP model. One significant difference is that ASP.NET pages are compiled and execute faster. New server controls provide more options for the programmer, but they are translated into their HTML equivalents for browsing. Another addition is code-behind pages—separate programming modules that promote well-engineered Web pages.
This chapter shows how ASP.NET Web pages are programmed with C#. It's assumed that you already have some Internet experience; understand Web pages, including HTML; and ...
Read now
Unlock full access