Team LiB
Previous Section Next Section

Chapter 23: ASP.NET

ASP.NET Basics

The big benefit of ASP is that it allows you to add dynamic content to a Web site. As you saw in Chapter 21, HTML is great for adding static data, but if you want to add data on the fly, you have a problem.

The solution to this problem is ASP, or ASP.NET in terms of this book. With this technology, you can produce dynamic Web sites that display data from databases or other sources, allowing your users to see the latest and greatest details of your business.


Team LiB
Previous Section Next Section