ASP.NET AJAX and JavaScript
Introduction
The topics in this section provide information about how to create custom ECMAScript (JavaScript) code to use with the Microsoft ASP.NET AJAX client framework.
In This Section
-
Extending JavaScript with ASP.NET AJAX
-
Provides examples of object-oriented programming in JavaScript with ASP.NET AJAX.
-
Creating Custom Client Script in ASP.NET AJAX
-
Describes how to identify custom client script to the Microsoft AJAX Library.
-
Dynamically Assigning ASP.NET AJAX Script References
-
Describes how to dynamically add custom client script to the Microsoft AJAX Library.
-
Globalizing a Date by Using Client Script
-
Describes how to use client script to globalize a date using ASP.NET 2.0 AJAX Extensions.
-
Embedding a JavaScript File as a Resource in an Assembly
-
Describes how to include a JavaScript file as an embedded resource in an assembly.
-
Embedding Localized Resources for a JavaScript File
-
Describes how to include localized resources in an assembly and how to use client script to retrieve those resources.
-
Adding Localized Resources to a JavaScript File
-
Describes how to add localized resources to a standalone script file and how to use client script to retrieve those resources.