SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 44 | Next

Robin Pars, Laurence Moroney, and John Grieb

"Foundations of ASP.NET AJAX"

You can see the application in action in Figure 1-5.
Figure 1-5. The AJAX addition client
CHAPTER 1 ?–  INTRODUCING AJAX 12
To create this client, start Visual Studio 2005, create a new web site, edit the page
Default.aspx, and set its content to be the same as Listing 1-1.
Listing 1-1. Creating Your First AJAX Application
<%@ Page language="C#" CodeFile="Default.aspx.cs" AutoEventWireup="false"
Inherits="_Default" %>



WebForm1