220.

You are creating an ASP.NET application for ACME’s Internet Web site. You want to create a toolbar
that will be displayed at the top of each page in the Web site. The toolbar will contain only static HTML
code. The toolbar will be used in only your application.
Your plan to create the toolbar as a reusable component for your application. You need to create the
toolbar as quickly as possible.
What should you do?

Web user controls enable you to easily define controls as you need them for your applications,
using the same programming techniques that you use to write Web Forms pages.