10
Chapter 13 Introduction to ASP.NET

Chapter 13 Introduction to ASP.NET. Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 13-2 FIGURE 13.1 Inheritance Diagrams for ASP.NET documents

Embed Size (px)

Citation preview

Page 1: Chapter 13 Introduction to ASP.NET. Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 13-2 FIGURE 13.1 Inheritance Diagrams for ASP.NET documents

Chapter 13

Introduction to ASP.NET

Page 2: Chapter 13 Introduction to ASP.NET. Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 13-2 FIGURE 13.1 Inheritance Diagrams for ASP.NET documents

Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 13-2

FIGURE 13.1 Inheritance Diagrams for ASP.NET documents with and without code-behind files

Page 3: Chapter 13 Introduction to ASP.NET. Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 13-2 FIGURE 13.1 Inheritance Diagrams for ASP.NET documents

Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 13-3

TABLE 13.1 HTML control types, corresponding XHTML elements, and their events

Page 4: Chapter 13 Introduction to ASP.NET. Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 13-2 FIGURE 13.1 Inheritance Diagrams for ASP.NET documents

Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 13-4

TABLE 13.2 Commonly used Web controls and related XHTML elements

Page 5: Chapter 13 Introduction to ASP.NET. Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 13-2 FIGURE 13.1 Inheritance Diagrams for ASP.NET documents

Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 13-5

TABLE 13.3 Validation Controls and their properties

Page 6: Chapter 13 Introduction to ASP.NET. Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 13-2 FIGURE 13.1 Inheritance Diagrams for ASP.NET documents

Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 13-6

Figure 13.2 Display of ex4.aspx after some text boxes have been filled

Page 7: Chapter 13 Introduction to ASP.NET. Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 13-2 FIGURE 13.1 Inheritance Diagrams for ASP.NET documents

Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 13-7

Figure 13.3 An IE browser display of the Service1 Web service

Page 8: Chapter 13 Introduction to ASP.NET. Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 13-2 FIGURE 13.1 Inheritance Diagrams for ASP.NET documents

Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 13-8

Figure 13.4 The first part of a service description

Page 9: Chapter 13 Introduction to ASP.NET. Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 13-2 FIGURE 13.1 Inheritance Diagrams for ASP.NET documents

Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 13-9

Figure 13.5 The test display for the Sum3 service method

Page 10: Chapter 13 Introduction to ASP.NET. Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 13-2 FIGURE 13.1 Inheritance Diagrams for ASP.NET documents

Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 13-10

Figure 13.6 The result of invoking the Sum3 tester