This installment of Scott Mitchell's multi-part ASP.NET tutorial looks at using Microsoft's free ASP.NET AJAX framework to build interactive, Web 2.0 user interfaces and at how to refresh the content within an UpdatePanel using JavaScript.
Articles Written by Scott Mitchell
New Data Web Controls Enhancements in ASP.NET 4.0 Give ASP.NET Developers More Control
This ASP.NET tutorial explores a number of enhancements made to the data Web controls in ASP.NET 4.0.
Take Control Of Web Control ClientID Values in ASP.NET 4.0
This ASP.NET tutorial shows how to take control of the ClientID values generated by Web controls in ASP.NET 4.0 by using the new ClientIDMode property.
Displaying Multimedia Content In A Floating Window Using FancyBox
This ASP.NET tutorial, by Scott Mitchell, examines FancyBox, a free tool for displaying images and other multimedia content in a window that floats on top of the web page.
Improving CSS With .LESS
Improve your CSS skills using .LESS, a free, open-source port of Ruby's LESS library. LESS (and .LESS, by extension) is a parser that allows web developers to create style sheets using new and improved language features, including variables, operations, mix-ins, and nested rules.
Comparing the Performance of Microsoft Visual Studio's Web Reference to a Custom Class
This article compares the performance of using a Web Service proxy class created by Visual Studio vs. a custom created class.
