Chapter 9. Creating Custom Components

Creating Custom Components

In this chapter, you’ll learn:

How ASP.NET assemblies can distribute reusable program code, as objects, to many Web pages.

How ASP.NET user controls can distribute reusable fragments of HTML and program code, packaged as new HTML tags, to many Web pages.

How to develop one simple user control and another of moderate complexity.

For years, smart developers have learned to recognize, package, and catalog blocks of code they’re likely to use again. Not only is this more productive than creating the same code over and over, it’s also more accurate. The more often programmers use the same piece of code, the more bugs ...

Get Web Database Development Step by Step .NET Edition, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.