2012年微软认证考试备考的朋友,为了能让大家找到更多的复习资料,微软认证考试网特搜集了有关2012年微软认证考试辅导资料,帮助大家复习,祝大家考试顺利
QUESTION 15
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.
You write the following code fragment. (Line numbers are included for reference only.)
01
03
04
05
06
07
08
10
12
13
14
You need to ensure that the requirements shown in the following table are met.
What should you do?
A.Set the value of the ChildrenAsTriggers property in line 02 to false.
Add the following code fragment at line 04.
B.Set the value of the ChildrenAsTriggers property in line 02 to false.
Add the following code fragment at line 04.
C.Set the value of the ChildrenAsTriggers property in line 02 to true.
Add the following code fragment at line 04.
D.Set the value of the ChildrenAsTriggers property in line 02 to true.
Add the following code fragment at line 04.
QUESTION 16
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. The application contains a mobile Web page.
You add the following StyleSheet control to the Web page.
You need to add a Label control named MyLabel that uses the defined style in the MyStyleSheet StyleSheet control.
Which markup should you use?
A.
B.
C.
D.
Answer: A