This item is out of stock.
EXTRA 15% OFF 3+ ITEMSSee all eligible items and terms

Professional ASP.NET 3.5 AJAX by Evjen, Bill; Gibbs, Matt; Wahlin, Dan

by Evjen, Bill; Gibbs, Matt; Wahlin, Dan | PB | Good
US $10.41
Condition:
Good
Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, ... Read moreabout condition
Shipping:
Free Economy Shipping.
Estimated between Wed, Nov 5 and Thu, Nov 13 to 94104
Estimated delivery dates - opens in a new window or tab include seller's handling time, origin ZIP Code, destination ZIP Code and time of acceptance and will depend on shipping service selected and receipt of cleared paymentcleared payment - opens in a new window or tab. Delivery times may vary, especially during peak periods.
Located in: Aurora, Illinois, United States
Returns:
30 days returns. Seller pays for return shipping.
Payments:
       Diners Club
Earn up to 5x points when you use your eBay Mastercard®. Learn moreabout earning points with eBay Mastercard

Shop with confidence

Top Rated Plus
Top rated seller, fast shipping, and free returns. Learn more- Top Rated Plus - opens in a new window or tab
eBay Money Back Guarantee
Get the item you ordered or your money back. Learn moreeBay Money Back Guarantee - opens new window or tab
Seller assumes all responsibility for this listing.
eBay item number:374073155092
Last updated on Oct 21, 2025 17:38:18 PDTView all revisionsView all revisions

Item specifics

Condition
Good
A book that has been read but is in good condition. Very minimal damage to the cover including scuff marks, but no holes or tears. The dust jacket for hard covers may not be included. Binding has minimal wear. The majority of pages are undamaged with minimal creasing or tearing, minimal pencil underlining of text, no highlighting of text, no writing in margins. No missing pages. See the seller’s listing for full details and description of any imperfections. See all condition definitionsopens in a new window or tab
Seller Notes
“Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, ...
Binding
Paperback
Book Title
Professional ASP.NET 3.5 AJAX
Weight
1 lbs
Product Group
Book
IsTextBook
Yes
ISBN
9780470392171
Subject Area
Computers
Publication Name
Professional Asp.Net 3.5 Ajax
Publisher
Wiley & Sons, Incorporated, John
Item Length
9.3 in
Subject
Web / Design, Programming Languages / Asp.Net
Publication Year
2009
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
1.2 in
Author
Matt Gibbs, Dan Wahlin, Dave Reed, Bill Evjen
Item Weight
0 Oz
Item Width
7.4 in
Number of Pages
552 Pages
Category

About this product

Product Identifiers

Publisher
Wiley & Sons, Incorporated, John
ISBN-10
0470392177
ISBN-13
9780470392171
eBay Product ID (ePID)
69824986

Product Key Features

Number of Pages
552 Pages
Language
English
Publication Name
Professional Asp.Net 3.5 Ajax
Publication Year
2009
Subject
Web / Design, Programming Languages / Asp.Net
Type
Textbook
Author
Matt Gibbs, Dan Wahlin, Dave Reed, Bill Evjen
Subject Area
Computers
Format
Trade Paperback

Dimensions

Item Height
1.2 in
Item Weight
0 Oz
Item Length
9.3 in
Item Width
7.4 in

Additional Product Features

Intended Audience
Trade
Dewey Edition
22
Illustrated
Yes
Dewey Decimal
005.2762
Table Of Content
Introduction.Chapter 1: Overview of AJAX.Why AJAX Applications Are Needed.Bringing Richness to Web Applications.Who Benefits from AJAX?Technologies of AJAX.AJAX Libraries.Creating a Simple Web Page with AJAX.The Power of AJAX.Summary.Chapter 2: ASP.NET 3.5 and AJAX.ASP.NET 3.5 Brings a Lot to the Table.ASP.NET AJAX Applications.ASP.NET AJAX's Server-Side Controls.Using Multiple UpdatePanel Controls.The Client-Side Page Request Lifecycle.Canceling a Request.Detecting Errors.Working with Updates.Summary.Chapter 3: JavaScript for the ASP.NET Developer.Variable Types in JavaScript.Language Anomalies.Scoping Variables.Using Prototypes.Close on Closures.Evaluating eval().Handling Exceptions.Getting Parts of a String.Better JavaScript.Summary.Chapter 4: Understanding the ASP.NET AJAX Client Library.The Browser Page Lifecycle.Using the Type System.Base Class Library.Supporting IntelliSense.Errors and Debugging.The Browser Object.The Sys Namespace.Summary.Chapter 5: The ScriptManager.The Ubiquitous ScriptManager.ASP.NET Application Services.Error Handling.Customizing the Location of Scripts.Script Combining.Summary.Chapter 6: Controlling the Back Button.The Document Fragment Indicator.Sample Application.Enabling Partial Updates.Adding History Support.State Encoding.Managing History Client-Side.Client-Side Updates.Adding History Support.Deep Linking.Summary.Chapter 7: The ASP.NET AJAX Toolkit.Downloading and Installing.The ASP.NET AJAX Controls.ASP.NET AJAX Control Toolkit Extenders.ASP.NET AJAX Control Toolkit Server Controls.Summary.Chapter 8: Services.Authenticating Users.Managing User Roles.Summary.Chapter 9: ASP.NET AJAX Networking.The XMLHttpRequest Object.Making WebRequest Calls.Managing Web Requests.Passing Data.Summary.Chapter 10: Working with Animations.Working with the Animation Control.Examples of Animation Actions.SummaryChapter 11: Building Custom Controls.Building Client-Side ASP.NET AJAX Controls.Building a Server-Side ASP.NET AJAX Control.Summary.Chapter 12: Web Parts.Introducing Web Parts.Building a Web Parts Page without AJAX.Understanding Postbacks with Web Parts.Adding AJAX to the Web Parts Page.Building a Custom Web Part with AJAX.Summary.Chapter 13: Localization.What Is Localization?Cultures and Regions.Server-Side versus Client-Side Localization.Client-Side Culture Details.ASP.NET 3.5 Resource Files.Looking at the Resource Editor.Script Localization with Static Files.Embedding JavaScript Files.Summary.Chapter 14: State Management.Understanding State in .NET.Understanding Sessions.Using the Application Object.Using Cookies.Using ViewState.State Management and ASP.NET AJAX.Summary.Chapter 15: Testing and Debugging ASP.NET AJAX Applications.Debug and Release Scripts.Using the Error Class.Using the Sys.Debug Class.Enabling Internet Explorer for Debugging.Viewing ASP.NET AJAX Request and Response Messages.Summary.Chapter 16: Deploying ASP.NET AJAX Applications.Installing the Bits.ASP.NET AJAX.Preparing for Web Farm Deployment.Using a Different Platform.Avoiding Common Configuration Pro
Synopsis
ASP. NET revolutionized Web application development. The platform handles many of the complexities of creating Web applications. Now ASP. NET AJAX takes the development platform even further., This book is aimed at experienced ASP.NET developers looking to add AJAX to their applications, and experienced Web developers who want to move to using ASP.NET and AJAX together. The focus here is on how you can extend ASP.NET applications to update portions of the page asynchronously and to add richer UI elements to a page. ASP.NET AJAX makes it easy to enrich your existing application or to design a new application to provide a better experience for users. The differences among modern browsers have been abstracted, allowing you to write to a common set of APIs and trust that the user will get the correct behavior whether they are using Internet Explorer, Firefox, or Safari. This book covers ASP.NET 3.5 AJAX but not ASP.NET 3.5, on which ASP.NET AJAX is built. The examples lead you from the core of what is included in the ASP.NET AJAX Library through the core controls you would first start using. You build on that using the core JavaScript library and the ASP.NET AJAX Toolkit. Detailed coverage includes: how ASP.NET AJAX compares to other AJAX libraries and how you can use the client library with any server platform you choose the UpdatePanel control that allows you to automatically update portions of a page asynchronously without a visible pause while the page refreshes working with JavaScript and how the ASP.NET AJAX Library makes development with JavaScript easier control of script resources and working with the ScriptManager control the ASP.NET 3.5 ability to work with the back button the ASP.NET AJAX Toolkit and all it has to offer for creating rich user interfaces how to use ASP.NET's services and core features such as the Membership and Role management systems,  Web Parts, localization, and state management with ASP.NET AJAX networking objects, animations, custom AJAX controls testing, debuging, and deploying ASP.NET Ajax applications, This book is aimed at experienced ASP.NET developers looking to add AJAX to their applications, and experienced Web developers who want to move to using ASP.NET and AJAX together. The focus here is on how you can extend ASP.NET applications to update portions of the page asynchronously and to add richer UI elements to a page. ASP.NET AJAX makes it easy to enrich your existing application or to design a new application to provide a better experience for users. The differences among modern browsers have been abstracted, allowing you to write to a common set of APIs and trust that the user will get the correct behavior whether they are using Internet Explorer, Firefox, or Safari. This book covers ASP.NET 3.5 AJAX but not ASP.NET 3.5, on which ASP.NET AJAX is built. The examples lead you from the core of what is included in the ASP.NET AJAX Library through the core controls you would first start using. You build on that using the core JavaScript library and the ASP.NET AJAX Toolkit. Detailed coverage includes: how ASP.NET AJAX compares to other AJAX libraries and how you can use the client library with any server platform you choose the UpdatePanel control that allows you to automatically update portions of a page asynchronously without a visible pause while the page refreshes working with JavaScript and how the ASP.NET AJAX Library makes development with JavaScript easier control of script resources and working with the ScriptManager control the ASP.NET 3.5 ability to work with the back button the ASP.NET AJAX Toolkit and all it has to offer for creating rich user interfaces how to use ASP.NET's services and core features such as the Membership and Role management systems, Web Parts, localization, and state management with ASP.NET AJAX networking objects, animations, custom AJAX controls testing, debuging, and deploying ASP.NET Ajax applications, AJAX is the de facto standard for building compelling, scalable user-friendly interactive web applications. With this book, you'll discover how to use those ASP.NET 3.5 AJAX features in order to create richer, more responsive, dynamic web sites. You'll get an overview of the architecture, including the ASP.NET server elements and the client-side JavaScript library and runtime, and you'll gain a clear understanding of how the pieces of ASP.NET 3.5 AJAX build upon each other to provide a comprehensive framework for rich application development and limitless customization.As you build your knowledge of the underlying ASP.NET platform, you'll also learn how to effectively use Visual Studio 2008 to build ASP.NET solutions that maximize the new AJAX capabilities.What you will learn from this bookHow the latest AJAX version is part of the .NET Framework 3.5, requiring no separate installationThe benefits of cross-platform compatibility within all the major up-level browsers that existWays that Visual Studio works with AJAX-enabled pagesTechniques for testing, debugging, and deploying ASP.NET AJAX applicationsTips for building custom controls and working with animationsHow to access databases and Web ServicesWho this book is forThis book is for ASP.NET developers who are interested in using AJAX to enhance existing web sites or develop new, more interactive web applications.Wrox Professional guides are planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.
LC Classification Number
TK5105.8885.A26

Item description from the seller

About this seller

ThriftBooks

99.2% positive feedback20.0M items sold

Joined Mar 2015
Just Voted on Newsweek - ThriftBooks ranks #1 America's Best Online Shops 2025 in Office, Electronics & Media sector, Media category!!ThriftBooks is a fully independent seller of used books, having ...
See more

Detailed seller ratings

Average for the last 12 months
Accurate description
4.9
Reasonable shipping cost
5.0
Shipping speed
5.0
Communication
4.9

Seller feedback (5,919,479)

All ratingsselected
Positive
Neutral
Negative
  • e***- (122)- Feedback left by buyer.
    Past month
    Verified purchase
    Unfortunately I received a damaged book, the item and the package both were damaged and it was clearly evident its appearance that it happened during transit. The seller was very understanding and gave me a full refund for the damaged book, though it was no fault of their own. Other than the damage, the book was as described, the quality and condition aside from the damaged spot was like new. The cost of the book was reasonable. I would definitely purchase from the seller again.
  • 7***j (862)- Feedback left by buyer.
    Past month
    Verified purchase
    I recently purchased an item from this eBay seller, and I couldn't be happier with the experience. From the prompt communication to the fast shipping, everything was handled with utmost professionalism. The item arrived exactly as described and was well packaged to ensure its safety during transit. The seller was courteous and responsive, making the entire transaction smooth and hassle-free. I highly recommend this seller to anyone looking for quality products and excellent service.
  • 2***4 (2351)- Feedback left by buyer.
    Past month
    Verified purchase
    I buy books from this seller all the time. The books are extremely affordable. Every once in a while there's an issue but more often than not, the outcome is positive. Packaging is just a thin sleeve with no bubble protection. This leaves the books open to damage in shipping. However, the seller ships for free. Book was actually in better condition than described - a nice surprise & greatly appreciated!! 👍 Thank you very much, seller!! I'll be back with another order!! 😀