Question:You want to create a user control to display data, but you are concerned that you don’t
know how the Web page designers want to format the data. Also, some of the page
designers mention that the format of the data might be different, depending on the
Web page. How can you best create a user control to solve this problem?
A Create a separate user control for each Web page and get each Web page designer
to tell you the format to implement in each user control.
B Create a separate user control for each variation of the format once the Web page
designers give you the desired formatting options.
C Create a templated user control that exposes the data to the Web page designers
so they can specify their desired format.
D Create a user control that simply renders the data and let the Web page designers
specify the style properties for the user control.