Page 62 - DCAP312_WEB_TECHNOLOGIES_II
P. 62

Web Technologies-II



                   Notes           15.  CLR stands for common language runtime
                                       (  a)  True                     (b)  False

                                 3.4 Summary

                                    •  HTML server controls are HTML elements containing attributes that make them visible
                                      to and programmable on the server.
                                    •  PostBack is the name given to the process of submitting an ASP.NET page to the server for
                                      processing. Post Back is done if certain credentials of the page are to be checked against
                                      a database.
                                    •  ASP.NET pages are made of code, mark-up tags, literal text, and server controls. Based
                                      on the request, the server controls generate the right mark-up language. The ASP.NET
                                      runtime combines the output of all controls and serves the client a page to display in a
                                      browser.
                                    •  A naming container is primarily a control that acts as a container for other controls. In
                                      doing so, the naming container generates a sort of virtual namespace so that ASP.NET
                                      roots the actual ID of contained controls in the ID of the naming container.
                                    •  Control state is a collection of critical view state data that controls need to function. Because
                                      of its critical role, control state data is contained in separate member variables from normal
                                      view state and is not affected when view state is disabled.
                                 3.5 Keywords


                                 ASP.NET: It is a Web application framework developed and marketed by Microsoft to allow
                                 programmers to build dynamic Web sites, Web applications and Web services.
                                 Data binding: It is a general technique that binds two data/information sources together and
                                 maintains synchronization of data.
                                 Hyper Text Mark-up Language (HTML): It is the main mark-up language for displaying web
                                 pages and other information that can be displayed in a web browser.

                                 Namespace:  A  namespace  (sometimes  also  called  a  name  scope)  is  an  abstract  container  or
                                 environment created to hold a logical grouping of unique identifiers or symbols (i.e., names).

                                 PostBack: It is the name given to the process of submitting an ASP.NET page to the server for
                                 processing.

                                                1. Write a program to show the use of post back property.
                                                2. Write a program to create a home page.

                                 3.6 Review Questions

                                    1.  Define the postback property.
                                    2.  What are the advantages of the postback property?

                                    3.  What is data binding? Explain with example?
                                    4.  What do you understand by web server controls?

                                    5.  Discuss the life cycle of a web page.
                                    6.  Define Autopostback property in Asp.Net?


        56                                LOVELY PROFESSIONAL UNIVERSITY
   57   58   59   60   61   62   63   64   65   66   67