Page 223 - DCAP408_WEB_PROGRAMMING
P. 223

Kumar Vishal,  Lovely Professional University                                        Unit 9: ASP Objects




                                   Unit 9: ASP Objects                                          Notes


            CONTENTS
            Objectives
            Introduction

            9.1  What is an Object?
                 9.1.1  The Building Blocks of Objects (Properties, Methods, Instances of Objects)

            9.2  ASP Server Object
            9.3  ASP Session Object
            9.4  ASP Application Object
            9.5  ASP the Global.asa file

            9.6  # include
            9.7  Summary
            9.8  Keywords

            9.9  Review Questions
            9.10 Further Readings

          Objectives

          After studying this unit, you will be able to:

              Scan the ASP objects
              Describe Server Object

              Demonstrate the Session Object
              Recognize the Application object
              Explain the purpose of Global.asa File

              Discuss # include
          Introduction


          In our study of objects, we will find that an object is a software representation of a real-world
          item, or object. Software objects feature properties (that  describe the  object), methods  (that
          allow the object to do things for you), and events (code that is executed automatically when a
          certain situation - an event - occurs).

          Once we have looked at what an object is, we’ll then be able to look at how objects are useful to
          us in developing ASP applications. Developing web applications requires us to deal with both
          the client-side and server-side programming, and therefore we’ll take a look at how objects can
          be used on both sides of the wire.








                                           LOVELY PROFESSIONAL UNIVERSITY                                   217
   218   219   220   221   222   223   224   225   226   227   228