Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Chapter 19 covered the creation of a WPF UI based on the ProjectTracker business objects. Microsoft .NET also supports web development through the ASP.NET Web Forms technology. In this chapter, the same business objects are used to create a Web Forms interface with functionality comparable to the WPF interface.
While Web Forms can be used to create many different user interfaces, web development in ASP.NET is not the core of this chapter. Instead, I focus on how business objects are used within a web application, including state management and data binding.