Database-Driven Download Request Form and Administrator

To illustrate a real-world ASP.NET application, we’ll revisit the download request application that was introduced in Chapter 26. In Chapter 26, this application performed a few functions that we will change. First, if you recall, the application retrieved the lookup values for the state and country from a text file. Additionally, the application saved the information that the user entered into a text file, which the application then persisted to disk.

This example will retrieve the lookup values for the state and country from database tables. Additionally, the application will save the user’s information to a table in a database. Figure 27.14 depicts the download request database diagram. ...

Get Delphi for .NET Developer’s Guide 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.