Skip to Main Content
Learning ASP.NET 3.5, 2nd Edition
book

Learning ASP.NET 3.5, 2nd Edition

by Brian MacDonald, Dan Hurwitz, Jesse Liberty
July 2008
Beginner content levelBeginner
607 pages
16h 25m
English
O'Reilly Media, Inc.
Content preview from Learning ASP.NET 3.5, 2nd Edition

Chapter 2. Building Web Applications

You’ve built your first web site, and you’ve gotten your feet wet, which is great. But so far, you’ve only used two controls: Label and Button. You’ve seen the Toolbox in the IDE, and it’s stuffed with controls just waiting for you to experiment with. That’s exactly what you’re going to do in this chapter. You’ll build a functional order form for a fictional business, even though you won’t do anything just yet with the data your form will collect. You’ll get to try out many of the basic controls in Design view and Source view; you’ll learn about web site fundamentals, selection controls, and their collections of items, and you’ll see how to display the results retrieved by one control in another control somewhere else on the page.

Mastering Web Site Fundamentals

The difference between a web page that simply displays information and a web application that interacts with your user is the application’s ability to gather data from the user, process it on the server, and take action accordingly. The core of a web application is the page and its interactive controls. This part of the chapter will introduce the web page and the types of controls that you’ll use throughout the remainder of this book and throughout your ASP.NET programming career. We will also introduce the mindset that will move your applications from being a “brochure” that displays information into an interactive application delivered over the Web.

The Page

Every ASP.NET web site consists ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

ASP.NET 2.0 Illustrated

ASP.NET 2.0 Illustrated

Alex Homer, Dave Sussman
ASP.NET 2.0 Unleashed

ASP.NET 2.0 Unleashed

Stephen Walther
Programming .NET 3.5

Programming .NET 3.5

Jesse Liberty, Alex Horovitz

Publisher Resources

ISBN: 9780596518455Supplemental ContentErrata Page