Sams Teach Yourself ASP.NET 3.5 in 24 Hours, Complete Starter Kit
Home > Computing and Information Technology > Computer programming / software engineering > Web programming > Sams Teach Yourself ASP.NET 3.5 in 24 Hours, Complete Starter Kit
Sams Teach Yourself ASP.NET 3.5 in 24 Hours, Complete Starter Kit

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

|
     0     
5
4
3
2
1




Out of Stock


Notify me when this book is in stock
About the Book

This is the eBook version of the printed book. If the print book includes a CD-ROM, this content is not included within the eBook version. Sams Teach Yourself ASP.NET 3.5 in 24 Hours   Scott Mitchell   Starter Kit   DVD includes Microsoft Visual Web Developer 2008 Express Edition     In just 24 sessions of one hour or less, you will be up and running with ASP.NET 3.5. Using a straightforward, step-by-step approach, each lesson builds upon a real-world foundation forged in both technology and business matters, allowing you to learn the essentials of building dynamic, data-driven web applications from the ground up.   Step-by-step instructions carefully walk you through the most common questions, issues, and tasks.   Q&As, quizzes, and exercises at the end of each lesson help you build and test your knowledge.   By the Way, Did You Know?, and Watch Out! boxes point out shortcuts and solutions.   Learn how to… Design and create ASP.NET web pages Use Microsoft Visual Web Developer to quickly and professionally build ASP.NET websites Collect input from users visiting your web pages Display database data through a web page Edit, insert, delete, sort, and page through database data from an ASP.NET page Build a website that supports user accounts Use Ajax to design interactive web user interfaces   As editor and main contributor to 4GuysFromRolla.com, a popular ASP.NET resource website, Scott Mitchell has authored more than a thousand articles on Microsoft web technologies since 1998. In addition to his vast collection of online articles, Scott has written six previous books on ASP and ASP.NET: Sams Teach Yourself Active Server Pages 3.0 in 21 Days (Sams); Designing Active Server Pages (O’Reilly); ASP.NET: Tips, Tutorials, and Code (Sams); ASP.NET Data Web Controls Kick Start (Sams); Sams Teach Yourself ASP.NET in 24 Hours (Sams); and Sams Teach Yourself ASP.NET 2.0 in 24 Hours (Sams). Scott has also written a number of magazine articles and is a regular columnist for Microsoft’s MSDN Magazine.   DVD Includes: Microsoft Visual Web Developer 2008 Express Edition   On the Web: Register your book at informit.com/title/9780672329975 for access to author code, examples, updates and corrections as they become available.   Category: Microsoft Programming/ASP.NET Covers: ASP.NET 3.5 User Level: Beginning—Intermediate  

Table of Contents:
Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Part I: Overview of ASP.NET 3.5 HOUR 1 Getting Started with ASP.NET 3.5. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 2 Understanding the ASP.NET Programming Model. . . . . . . . . . . . . . . . . . . . . . . . . . . 25 3 Using Visual Web Developer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 4 Designing, Creating, and TestingASP.NET Web Pages . . . . . . . . . . . . . . . . . . . . . . 77 5 Understanding Visual Basic’s Variables and Operators. . . . . . . . . . . . . . . . . . . 107 6 Managing Program Flow with Visual Basic’s Control Structures. . . . . . . 131 7 Working with Objects in Visual Basic. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 159 8 ASP.NET Web Controls for Displaying Text. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 171 Part II: Collecting and Processing User Input HOUR 9 Web Form Basics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 193 10 Using Text Boxes to Collect Input . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 215 11 Collecting Input Using Drop-Down Lists, Radio Buttons, and Checkboxes. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 235 12 Validating User Input with Validation Controls . . . . . . . . . . . . . . . . . . . . . . . . . . . . 261 Part III: Working with Databases HOUR 13 An Introduction to Databases. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 297 14 Accessing Data with the Data Source Web Controls. . . . . . . . . . . . . . . . . . . . . . . 319 15 Displaying Data with the Data Web Controls. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 347 16 Deleting, Inserting, and Editing Data. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 373 17 Working with Data-Bound DropDownLists, RadioButtons, and Checkboxes. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 407 18 Exploring Data Binding and Other Data-Related Topics. . . . . . . . . . . . . . . . . 429 19 Using Templated Data Web Controls . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 453 Part IV: Site Navigation, User Management, Page Layout, AJAX, and Deployment HOUR 20 Defining a Site Map and Providing Site Navigation . . . . . . . . . . . . . . . . . . . . . . 483 21 Managing Your Site’s Users . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 509 22 Using Master Pages to Provide Sitewide Page Templates . . . . . . . . . . . . . . . . . 539 23 Building More Responsive Web Pages with ASP.NET AJAX. . . . . . . . . . . . . . 563 24 Deploying Your Website. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 581 Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 603


Best Sellers


Product Details
  • ISBN-13: 9780768678499
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Sams Publishing
  • Language: English
  • Weight: 1 gr
  • ISBN-10: 0768678498
  • Publisher Date: 14 Jun 2008
  • Binding: Digital download
  • No of Pages: 648


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
Sams Teach Yourself ASP.NET 3.5 in 24 Hours, Complete Starter Kit
Pearson Education (US) -
Sams Teach Yourself ASP.NET 3.5 in 24 Hours, Complete Starter Kit
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

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

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!