CHAPTER 1:
An introduction to ASP.NET programming with Delphi. Configuring the Cassini web server
What is ASP.NET from the perspective of a Delphi developer? How to set up the Cassini sample web server.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 2:
Setting up the BDSWebExample Delphi 8 (ASP.NET) demo application
Getting started with the Delphi 8 BDSWebExample: restoring the database, preparing the virtual directory. Running BDSWebExample for the first time!
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 3:
What makes an Delphi 8 ASP.NET application
Let's see what are the main parts of an asp.net application; what are all those .aspx, .ascx, .dcuil, bdsproj, etc files.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 4:
Your first "Hello World" ASP.NET Delphi application
Let's see how to build a simple web application using Delphi for .Net.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 5:
Web Forms - building blocks of an ASP.NET application (Part 1)
Examining Web Form Pages - the central elements of development in ASP.NET. A point of look from a Delphi developer perspective: What is a Web Form? Designing a Web Form, The link between the aspx file and the code-behind file, ...
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 6:
Implementing Dialog Boxes in ASP.NET web applications
Producing a simple message box (like ShowMessage; or even an InputBox) in an asp.net application can be quite difficult - as you need to mess with DHTML, JavaScript and IE object model. It would be much better if we could write only one line of code (as in traditional desktop applications) to display a MessageBox ... let's see how.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 7:
Web Forms - building blocks of an ASP.NET application (Part 2)
Introducing Web Form properties, methods and events. Taking a look at the IsPostback property and postback processing
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 8:
An introduction to server-side HTML controls and HTML tags in ASP.NET applications
Taking a look at the use of standard HTML tags and elements and the use of server-side HTML controls - from a perspective of a Delphi developer.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 9:
Uploading files to a web server with ASP.NET
Let's enable uploading of binary files from a client browser to the web server in ASP.NET web applications. Delphi for .Net and ASP.NET provide an easy way to accept files from the client using HTMLInputFile ("HTML File Upload" HTML server control) and HTTPPostedFile classes.
Discuss about questions, comments, problems and solutions related to this chapter!
CHAPTER 10:
Web Forms navigation in ASP.NET - Part 1
Exploring navigation techniques between Web Form pages: postbacks, direct navigation (using the <a> tag) and code-based navigation (using Server.Transfer and Response.Redirect).
Discuss about questions, comments, problems and solutions related to this chapter!

