Home > Store > Programming > .NET and Windows Programming

larger cover

Add To My Wish List

Sams Teach Yourself ASP.NET in 24 Hours Complete Starter Kit

  • By Scott Mitchell
  • Published May 28, 2003 by Sams. Part of the Sams Teach Yourself series.
    • Copyright 2003
    • Dimensions: 7-3/8" x 9-1/8"
    • Pages: 624
    • Edition: 1st
    • Book
    • ISBN-10: 0-672-32543-8
    • ISBN-13: 978-0-672-32543-4
    • eBook (Adobe DRM)
    • ISBN-10: 0-7686-5997-3
    • ISBN-13: 978-0-7686-5997-9

Register your product to gain access to bonus material or receive a coupon.

  • Description
  • Reviews
  • Sample Content
  • Updates

Sams Teach Yourself ASP.NET in 24 Hours Complete Starte Kit provides the unbeatable combination of well-known author and prgrammer Scott Mitchell and Sams' best-selling series. This book teaches non-programmers how to utilize the powerful built-in ASP.NET controls while using the free Web authoring toold created by Microsoft--Web Matrix. The barrier to entry for this book is very low. Readers need only have Windows 2000 (Professional) or Windows XP. All the other necessary tools are provided on the accompanying CD.

Customer Reviews

9 of 9 people found the following review helpful
5.0 out of 5 stars A Fantastic Learning Resource, June 20, 2003
By 
P. J. (Suburban Chicago) - See all my reviews
This review is from: Sams Teach Yourself ASP.NET in 24 Hours Complete Starter Kit (Sams Teach Yourself...in 24 Hours) (Paperback)
I give this book by Scott Mitchell FIVE STARS! After tediously working my way through more than half a dozen other ASP.NET books in order to learn this new technology, this is the first one that made sense using examples that were not only easy to understand, but useful for future applications as well. I ran into configuration problems half way through the book, and Scott (the author) was quick to email me with solutions the same day! Just how much more can a student expect? Scott has a way of explaining complicated concepts in a way that someone studying this topic for the first time can understand, and he uses just enough repetition to reinforce a topic thoroughly. I highly recommend this book to anyone wanting to learn the basics of ASP.NET.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 8 people found the following review helpful
5.0 out of 5 stars Great Beginners Book, October 4, 2003
By A Customer
This review is from: Sams Teach Yourself ASP.NET in 24 Hours Complete Starter Kit (Sams Teach Yourself...in 24 Hours) (Paperback)
This book is for beginners. It assumes very little and therefore does not get beyond the basics. The book is slow paced and the author repeats himself often and sometimes in the the same paragraph. Don't get the wrong impression, I think this book is fine, but it's for the novice who doesn't know how to code at all. The software that comes with the book includes a great editor, ASP.Net Web Matrix. The other software is SQL Web Server and Framework. All are avaialble free from Microsoft. I should add all the examples are written in Visual Basic.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


12 of 14 people found the following review helpful
5.0 out of 5 stars Excellent introduction to ASP.NET and Web Matrix Project, March 11, 2004
By 
Michael Behuniak (Seattle, WA United States) - See all my reviews
(REAL NAME)   
This review is from: Sams Teach Yourself ASP.NET in 24 Hours Complete Starter Kit (Sams Teach Yourself...in 24 Hours) (Paperback)
If you are new to ASP.NET like I was, this is an excellent book to get you started. I finished this book within a week, and with the knowlege I learned, I'm now moving forward with C#.NET and VisualStudio.Net to development more professional level ASP.NET web pages.

The author describes the basics of ASP.NET concepts and coding techniques using a very clear and understandable writing style. Each hour lesson builds on the previous lesson so even complete novices (like I was) will be comfortable with each topic as they progress through the book.

The author uses VB.NET for the code examples, but C#.NET programmers should have no trouble following along. Indeed, I easily translated the VB code to C# after I finished each lesson.

As an extra bonus, the accompanying CD-Rom contains the full .Net Frameworks SDK, MSDE (SQL Server desktop), and Web Matrix Project, which is a very nifty IDE for developing ASP.NET applications (and the samples included in each lesson). You will need... Read more

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Share your thoughts with other customers:
 See all 18 customer reviews...

Online Sample Chapters

Creating Our First ASP

Creating Our First ASP

Table of Contents



Introduction.


Hour 1. Getting Started with ASP.NET.

What Is ASP.NET? ASP.NET System Requirements. Installing the .NET Framework. Installing the ASP.NET Web Matrix Project. Installing a Web Server. Summary. Q&A. Workshop.



Hour 2. Understanding the ASP.NET Programming Model.

Examining the HTML Markup Portion of an ASP.NET Web Page. Examining the Source Code Portion of an ASP.NET Web Page. A Look at ASP.NET HTML Controls. A Look at ASP.NET Web Controls. Summary. Q&A. Workshop.



Hour 3. Creating Our First ASP.NET Web Page.

Specifying the Design Requirements. Creating the User Interface. Writing the Source Code for the ASP.NET Web Page. Testing the Financial Calculator. Summary. Q&A. Workshop.



Hour 4. Dissecting Our First ASP.NET Web Page.

Understanding How the Web Controls Are Rendered. Examining when the Events of a Web Control Fire. Adding an Event Handler for a Web Control's Event. Summary. Q&A. Workshop.



Hour 5. Visual Basic .NET Variables and Operators.

The Purpose of Programming Languages. The Importance of Knowing How to Program. Declaring and Using Variables. Examining Visual Basic .NET's Operators. Learning Visual Basic .NET's Type Rules. Summary. Q&A. Workshop.



Hour 6. Visual Basic .NET Control Structures.

Understand Control Structures. Exploring the Conditional Control Structure. Working with Visual Basic .NET's Looping Control Structures. Exploring the Modularizing Control Structures: Subroutines and Functions. Summary. Q&A. Workshop.



Hour 7. Working with Objects in Visual Basic .NET.

Reexamining the Role of Classes and Objects. Creating an Object. Setting an Object's Properties. Calling an Object's Methods. Examining the .NET Framework Documentation. Summary. Q&A. Workshop.



Hour 8. ASP.NET Web Controls for Displaying Text.

Examining the Web Controls Designed for Displaying Text. Using the Literal Web Control. Using the Label Web Control. Summary. Q&A. Workshop.



Hour 9. Web Form Basics.

Gathering User Input in an HTML Web Page. Dissecting Web Forms. Summary. Q&A. Workshop.



Hour 10. Using Textboxes to Collect Input.

Learning the TextBox Web Control Basics. Creating Multiline and Password Textboxes. Examining the TextBox Web Control's Properties. Summary. Q&A. Workshop.



Hour 11. Collecting Input by Using Drop-down Lists, Radio Buttons, and Checkboxes.

Examining the Different Types of User Input Classifications. Examining the DropDownList Web Control. Selecting One Option from a List of Suitable Choices. with RadioButton Web Controls. Using the CheckBox Web Control. Summary. Q&A. Workshop.



Hour 12. Validating User Input with Validation Controls.

Examining the Need for User Input Validation. Validating User Input in an ASP.NET Web Page. Examining the RequiredFieldValidator Validation Control. Examining the CompareValidator. Using the RangeValidator. Validating Input with the RegularExpressionValidator. Aesthetic Properties for the Validation Web Controls. A Look at the Remaining Validation Controls. Summary. Q&A. Workshop.



Hour 13. An Introduction to Databases.

Examining Database Fundamentals. Storing Structured Data. Installing and Setting Up Microsoft SQL Server Desktop Engine (MSDE). Creating a New Database. Creating Database Tables. Adding Data to the Customers Table. Summary. Q&A. Workshop.



Hour 14. Understanding SQL, the Language of Databases.

An Overview of SQL. Using the SQL SELECT Statement. Accessing Database Data from an ASP.NET Web Page. Constructing SQL Queries by Using the Web Matrix Project's. Code Builder Wizards. Summary. Q&A. Workshop.



Hour 15. Displaying Data with the DataGrid Web Control.

Displaying Database Data in an ASP.NET Web Page. Getting Started with the DataGrid Web Control. Specifying the Columns That Appear in the DataGrid. Examining the DataGrid's Aesthetic Properties. Learning More about the DataGrid. Summary. Q&A. Workshop.



Hour 16. Examining Further DataGrid Examples.

Using a DataGrid to Display Information about a Particular Customer. Formatting the DataGrid's Data. Using the HyperLink Column. Summary. Q&A. Workshop.



Hour 17. Working with Data-Bound DropDownList, RadioButton, and CheckBox.

Web Controls. Binding Database Data to a DropDownList Web Control. Using the RadioButtonList Web Control. Examining the CheckBoxList Web Control. Summary. Q&A. Workshop.



Hour 18. Allowing the User to Sort the Data in a DataGrid.

Making a High-Level Overview of DataGrid Sorting. Specifying That a DataGrid Is to Be Sortable. Obtaining the Database Data in Properly Sorted Order. Sorting the Data when a Sortable Column's Header Hyperlink Is Clicked. Testing the ASP.NET Web Page. Summary. Q&A. Workshop.



Hour 19. Paging Through the DataGrid's Data.

A High-Level Overview of DataGrid Paging. Configuring the DataGrid to Support Paging. Getting the Data to Page Through. Displaying a Different Page of Data. Testing the ASP.NET Web Page. Summary. Q&A. Workshop.



Hour 20. Editing the Data in a DataGrid.

Examining the Steps Required for Providing Editing Support. Adding the Edit, Update, Cancel Button Column to the DataGrid. Using the SELECT Data Method Code Builder to Generate the. Understanding the EditCommand, UpdateCommand, and CancelCommand. Event Handlers. Using the UPDATE Data Method Code Builder. Completing the Source Code for the dgCustomers_Update Event Handler. Completing and Testing the EditDataGrid.aspx ASP.NET Web Page. Summary. Q&A. Workshop.



Hour 21. Devising a Plan for the Guestbook Application.

Specifying the Guestbook's Features and Functionality. Deciding on the User Interface. Storing the Guestbook Entries. Summary. Q&A. Workshop.



Hour 22. Allowing Users to Add Guestbook Entries.

Implementing the User Interface. Examining the Source Code. Testing the AddEntry.aspx ASP.NET Web Page. Summary. Q&A. Workshop.



Hour 23. Displaying the Guestbook's Contents.

Implementing the User Interface. Examining the Source Code Portion. Testing the ViewGuestbook.aspx ASP.NET Web Page. Summary. Q&A. Workshop.



Hour 24. Sending E-Mail when a New Guestbook Entry Is Added.

Displaying the E-Mail Address as a Mailto Hyperlink. Sending E-Mail upon a New Guestbook Entry. Summary. Q&A. Workshop. Conclusion. Index.

Errata

The errata for the book is available here in Adobe Portable Document Format (PDF) format. You will need Adobe's Acrobat Reader to view these files. If you do not have the Acrobat Reader installed, you may go to Adobe Systems' web site to download this free reader.

Click on the links below to display the PDF file in a new window. Right-click on the link and select Save As if you want to download it to your hard drive.

Errata for the book - 21 kb -- 0672325438errata.pdf

 

Book

This product currently is not for sale.

Add To Cart

eBook (Adobe DRM)  $23.99  $19.19

About Adobe DRM eBooks

Information This eBook requires the free Adobe® Digital Editions software.

Before downloading this DRM-encrypted PDF, be sure to:


  • Install the free Adobe Digital Editions software on your machine. Adobe Digital Editions only works on Macintosh and Windows, and requires the Adobe Flash Player. Please see the official system requirements.
  • Authorize your copy of Adobe Digital Editions using your Adobe ID. If you don't already have an Adobe ID, you can create one here.
  • Visit our eBook FAQ page for more information.
Purchase Reward: One Month Free Subscription
By completing any purchase on InformIT, you become eligible for an unlimited access one-month subscription to Safari Books Online.

Get access to thousands of books and training videos about technology, professional development and digital media from more than 40 leading publishers, including Addison-Wesley, Prentice Hall, Cisco Press, IBM Press, O'Reilly Media, Wrox, Apress, and many more. If you continue your subscription after your 30-day trial, you can receive 30% off a monthly subscription to the Safari Library for up to 12 months. That's a total savings of $199.