Page 177 - DCAP312_WEB_TECHNOLOGIES_II
P. 177
Unit 8: Creating More Advanced ASP.NET
11. …………….establishes a common interface and foundational functionality, which Notes
Specialized subclasses can inherit, modify, and supplement.
(a) Super class (b) Master class
(c) Both (d) None of these.
12. You can create user controls that implement……………. an ASP.NET feature that allows
the separation of control data from its presentation.
(a) Templates (b) Master class
(c) Both (d) None of these.
13. ASP.NET user controls let you encapsulate the functionality of ………….controls in a unit.
(a) Server (b) Multiple Server
(c) Both (d) None of these.
14. Which one support data controls list controls binding………..
(a) Dropdown List (b) RadioButtonList
(c) Checkbox List (d) All of these.
15. The List Box control is used to create a single- or multi-selection drop-down list.
(a) single or multi (b) Multi
(c) Single (d) None of these.
8.6 Summary
• ASP.NET provides easy-to-use application and session-state facilities that are familiar to
ASP developers and are readily compatible with all other .NET Framework APIs.
• Server controls are one of the things that make developing with ASP.NET so simple and
powerful at the same time.
• An ASP.NET Web user control is similar to a complete ASP.NET Web page (.aspx file),
with both a user interface page and code.
• Data binding is simply a program’s ability to bind some members of a target component
to the members of a data source.
• To use this data binding framework you create an array of DataBindingRegister instances
and populate them with the necessary data binding information in the Page_Load event
of the web form.
8.7 Keywords
Active Server Pages (ASP): ASP known as Classic ASP or ASP Classic, was Microsoft's first
server-side script engine for dynamically generated web pages.
API: It stands for Application Program Interface. It is a way through which using computers
becomes quite easy.
Data Binding: It is general technique that binds two data/information sources together and
maintains synchronization of data.
Extensible Markup Language (XML): It is a markup language that defines a set of rules for
encoding documents in a format that is both human-readable and machine-readable.
LOVELY PROFESSIONAL UNIVERSITY 171