CHAPTER 11:
Web Forms navigation in ASP.NET - Part 2
Setting up the startup Web Form page for an ASP.NET application under IIS, deciding which navigation technique to use in various scenarios.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 12:
An introduction to ASP.NET Web Server controls
Web Server controls are specifically designed to work with Web Forms pages. Find about the basic concepts, benefits and limitations of using Web Server controls in ASP.NET.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 13:
Examining Control-Passing ASP.NET Web Controls: Button, ImageButton and LinkButton
There are several web controls that enable passing of control back to the Web Server. This chapter explores web buttons - specific components that allow users to indicate that they are finished with the Web Form (post the data) or want to perform a particular command (on the server). Learn about ASP.NET's Button, LinkButton and ImageButton web controls.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 14:
Understanding the TextBox ASP.NET control
Taking a quick look at the TextBox ASP.NET web server control - the only control designed for user input. TextBox has several faces: single-line text entry, password entry or multi-line text entry.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 15:
Understanding Web Controls for Selecting Choices in Delphi ASP.NET Applications
ASP.NET selection controls allow users to select from a series of predefined values. This chapter explores list-type controls: CheckBox, CheckBoxList, RadioButton, RadioButtonList, DropDownList and ListBox from the perspective of a Delphi ASP.NET web developer.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 16:
Working with Container type ASP.NET controls in Delphi ASP.NET Applications
Introducing ASP.NET web server controls designed for visually grouping other controls together on a Web Form: Panel, Placeholder and Table (along with TableRow and TableCell).
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 17:
Using Validators in Delphi ASP.NET applications
Introducing client-side and server-side data validation using Validation Controls: RequiredFieldValidator, RangeValidator and ValidationSummary.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 18:
Understanding ViewState and Postback Processing in ASP.NET applications
Find out what events (and in what order) are generated when ASP.NET receives a request for a Web Form. Learn about the ViewState - a technique ASP.NET uses to maintain page state changes across postbacks.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 19:
An Introduction to Data Binding in Delphi ASP.NET Applications
Learn how to add information to a Web Form, by binding controls to a source of data. Learn about data binding Web Controls for selecting choices (ListBox, DropDownList, RadioButtonList, CheckBoxList, etc). Find out about IEnumerable and IList .NET interfaces.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 20:
Using Binding Expressions in Delphi ASP.NET Applications
Find out about data-binding individual properties of a web control. Learn how to data bind "plain" HTML. Explore the magic of <%# BindingExpression %> in ASP.NET.
Discuss about questions, comments, problems and solutions related to this chapter!

