Chapter 9. Saving Form Data

One of the most important tasks that you’ll need to perform when building a database-driven application is saving form data to a database table. For example, if your Web site includes a pizza order form, you’ll need some method of saving the pizza orders to a database table.

In this chapter, we’ll focus on methods for saving data to a database. You’ll learn

  • How to represent and execute SQL commands with the Command object

  • How to use parameters when executing an SQL command

  • How to optimize your application by using SQL stored procedures with the Command object

  • How to create a pizza ...

Get ASP.NET Kick Start 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.