Question:Your graphics department just completed an elaborate image that shows the product
lines that your company sells. Some of the product line graphics are circular, others are
rectangular, and others are complex shapes. You want to use this image as a menu on
your Web site. What is the best way to incorporate the image into your Web site?
A Use ImageButton and use the x- and y-coordinates that are returned when the user
clicks to fi gure out what product line the user clicked.
B Use the Table, TableRow, and TableCell controls, break the image into pieces that
are displayed in the cells, and use the TableCell control’s Click event to identify the
product line that was clicked.
C Use the MultiView control and break up the image into pieces that can be displayed
in each View control for each product line. Use the Click event of the View
to identify the product line that was clicked.
D Use an ImageMap control and defi ne hot spot areas for each of the product lines.
Use the PostBackValue to identify the product line that was clicked.