97免费在线观看视频,亚洲综合自拍网,黄色毛片免费观看,热久久综合网,免费看日产一区二区三区 狠狠操av,久久久涩涩涩,在线精品免费视频,人人插天天干,久久91精品国产91久久

單項選擇題

You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You plan to deploy the application to a test server. 
You need to ensure that during the initial request to the application, the code-behind files for the Web pages are compiled. You also need to optimize the performance of the application. 
Which code fragment should you add to the Web.config file?()

A.<compilation debug="true"> 
B.<compilation debug="false"> 
C.<compilation debug="true" batch="true"> 
D.<compilation debug="false" batch="false">

題目列表

你可能感興趣的試題

單項選擇題

You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a Web page to display photos and captions. The caption of each photo in the database can be modified by using the application. You write the following code fragment:  
<asp:FormView DataSourceID="ObjectDataSource1" DataKeyNames="PhotoID" runat="server">  
<EditItemTemplate>  
<asp:TextBox Text=’<%# Bind("Caption") %>’ runat="server"/>  
<asp:Button Text="Update" CommandName="Update" runat="server"/>  
<asp:Button Text="Cancel" CommandName="Cancel" runat="server"/> 
</EditItemTemplate> 
<ItemTemplate>  
<asp:Label Text=’<%# Eval("Caption") %>’ runat="server" />  
<asp:Button Text="Edit" CommandName="Edit" runat="server"/>  
</ItemTemplate>  
</asp:FormView>   
When you access the Web page, the application throws an error. 
You need to ensure that the application successfully updates each caption and stores it in the database. 
What should you do?()

A.Add the ID attribute to the Label control. 
B.Add the ID attribute to the TextBox control. 
C.Use the Bind function for the Label control instead of the Eval function. 
D.Use the Eval function for the TextBox control instead of the Bind function.

微信掃碼免費搜題