What should you do?

You are creating an ASP.NET application by using the .NET Framework 3.5. You need to ensure that the application meets the following requirements: Each page must have a different layout of page elements. The display properties of the ASP.NET controls must be consistent across pages, regardless of the control style properties set within the individual pages. What should you do?

You are creating an ASP.NET application by using the .NET Framework 3.5. You need to ensure that the application meets the following requirements: Each page must have a different layout of page elements. The display properties of the ASP.NET controls must be consistent across pages, regardless of the control style properties set within the individual pages. What should you do?

A.
Create a master page that references an external cascading style sheet file.

B.
Define a skin for each type of ASP.NET server control that is used in the application.

C.
In the Web.config file, specify a value for the masterPageFile attribute of the pages element.

D.
In the Web.config file, specify a value for the styleSheetTheme attribute of the pages element.



Leave a Reply 0

Your email address will not be published. Required fields are marked *