Skip To Content

Athabasca University

Section 7.2 Web Application Development with ASP.NET in VB

Learning Objectives

After you have completed this section, you should be able to

  • use ASP.NET Ajax to add Ajax functionality to your ASP.NET web applications.

Activities

Study Questions

  1. What is the master page for a website/application?
  2. How do you customize the CSS styles for a master page?
  3. What is a website template? Can you benefit from using a website template in developing new web applications?
  4. What can you do with the Web Site Administration Tool provided in the Visual Studio Express you installed?
  5. With Visual Studio Express, how do you create a password-protected ASP.NET website?
  6. In your ASP.NET web application, how do you connect to a database?
  7. How do you create a content page accessible only to authenticated users?
  8. How do you bind database data to a web control such as DropDownList or GridView through LINQ to SQL classes?
  9. What is ASP.NET Ajax? What does Ajax stand for?
  10. What are the differences between traditional web applications and Ajax web applications?
  11. What are ASP.NET Ajax controls?
  12. Do you need any additional package for developing Ajax web applications? If you do, where do you download the necessary Ajax extensions package?
  13. How do you add ASP.NET Ajax controls to the Toolbox of your Visual Studio Express?
  14. What capabilities does ASP.NET Ajax provide you?
  15. What is an asynchronous request?
  16. What is a callback function?
  17. What are partial-page updates?
  18. How do you implement a partial-page update using the UpdatePanel control?
  19. How do you use the UpdatePanel control?
  20. What does the ScriptManager control do?
  21. What can ValidatorCalloutExtender controls be used for?

Review

Do the self-review exercises for Chapter 24.

Summary

Read the online Chapter 24 summary.

Updated May 06 2022 by FST Course Production Staff