CHAPTER 21:
An introduction to Data-Bound ASP.NET List Controls
First steps in using the Repeater ASP.NET web server control. Learn how to data bind multi-record controls. Understanding the DataBinder class and the DataBinder.Eval method.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 22:
Binding the DataList ASP.NET Control with Dynamic Templates
Learn how to programmatically implement the ITemplate interface to dynamically create the ItemTemplate content for a DataList Web Server control.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 23:
Developing and Using Custom User Controls in ASP.NET
Very similar to Win32 Delphi's TFrame objects, an ASP.NET User Control is a container for components; it can be nested within Web Forms or other User Controls. User controls offer you an easy way to split and reuse common user interface functionality across the pages of your ASP.NET Web application.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 24:
Adding Advanced User Controls to a Web Page Dynamically
User Controls allow a Delphi ASP.NET developer to wrap the common UI features of a web applications into reusable components. In real world applications you'll want to be able to dynamically load a user control and place it on the page. What Page event should you use to LoadControl? Once on the page, how do you handle User Control events? Find the answers in this chapter ...
Discuss about questions, comments, problems and solutions related to this chapter!

