Question:You want to create a user control to display data, but you are concerned that you don’t know how the webpage 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 webpage. How can you best create a user control to solve this problem?
A Create a separate user control for each webpage and get each webpage designer
to tell you the format to implement in each user control.
B Create a separate user control for each variation of the format after the webpage
designers give you the desired formatting options.
C Create a templated user control that exposes the data to the webpage designers
so they can specify their desired format.
D Create a user control that simply renders the data and let the webpage designers
specify the style properties for the user control.