The Wayback Machine - https://web.archive.org/web/20110921094353/http://www.codeguru.com:80/csharp/.net/net_asp/scripting/

    Scripting

    Pausing and Resuming the jQuery / ASP.NET News Ticker

    This ASP.NET tutorial shows how to extend the jQuery / ASP.NET news ticker to allow end users to pause and resume the ticker.

    Accessing Server-Side Data from Client Script

    This ASP.NET tutorial examines different techniques for accessing server-side data from a browser using client-side script.

    Introduction to AJAX Technologies

    Get help bringing you up to speed with AJAX's place in your web development toolbox.

    JavaScript Security

    See how you can tighten security gaps using JavaScript and practices such as the Same Origin Policy, Data Tainting, and Signed Scripts.

    Introducing the Google AJAX APIs

    Get the scoop on Google's powerful JavaScript AJAX APIs, AJAX Search, and AJAX Feed. Learn how to easily embed rich Internet search and Feed content gathered by Google into your Web pages with just a few lines of JavaScript.

    Building a Webpart to Display a Virtual Earth Map

    Discover how to build an ASP.NET webpart that will display coordinates on a Virtual Earth-created map. You can do this by using the IWebPart Interface, an HTTP handler, and the Virtual Earth API.

    Maintain ASP.NET Tree Position on Postbacks

    Have you found ASP.NET lacking when it comes to keeping track of the last selected position between postbacks? You're not alone. Learn a JavaScript solution that does the trick.

    "Atlas" Foundations: ASP.NET 2.0 Callback

    See how to get around the limitation of using a browser as the interface by tapping into the callback features provided in Microsoft's "Atlas."

    Expose Your C/C++ Program's Internal API with a Quick SWIG

    The Simplified Wrapper and Interface Generator (SWIG) tool connects C/C++ programs with a variety of scripting languages. Learn how to make your application's internal API callable from within Perl scripts.

    Use Custom HTTP Handlers in Your ASP.NET Applications

    Explore the built-in ASP.NET HTTP handlers and then learn how to create your own custom handlers. When you're done, you'll be able to enable special handling within your Web applications.

    Add Embedded Scripting to Your C++ Application

    Nearly every application can benefit from a scriptable interface. Learn how to use C/C++ interpreters to plug a scripting language into your applications.

    Script CallBack In ASP.NET 1.1

    Learn how to implement the script callback features in ASP.NET 1.1 using XMLHTTP.

    Script Callbacks in ASP.NET 2.0

    ASP.NET 2.0 abstracts the Web developer from the creation of server requests and the logic needed to parse the server's responses. Script callbacks offer a ready-to-use mechanism that greatly simplifies the procedure.

    XAML Custom Controls and Animation

    Learn about Microsoft's upcoming declarative language XAML, primarily for user interfaces and documents, will provide a simple way to separate functionality from design.

    Embedding Java Scripts in ASP.NET

    Learn how to write and register scripts in a Web application and what methods are available in the .NET environment to achieve this.