Web Resources
Answers to Self Review Exercises
21.1 |
a) True. b) False. Web.config is the file that stores configuration settings for an ASP.NET Web application. c) False. An unlimited number of validation controls can be placed on a Web Form. d) True. e) False. A LoginName control displays the current authenticated user name on a Web Form. A LoginStatus control displays a link to either log in or log out, depending on whether the user is currently authenticated. f) True. g) False. The frequency with which the AdRotator displays ads is specified in the AdvertisementFile. h) False. A Web control can map to a group of XHTML elementsASP.NET can generate complex XHTML markup from simple elements in an ASPX file. i) True. |
21.2 |
a) bottom (information), middle (business logic), top (client). b) DropDownList. c) validator. d) postback. e) Page. f) Init, Load. g) code-behind. h) CreateUserWizard. i) master page, content pages. j) middle. |
Web Services
|