作业帮 > 微软认证(MCSE) > 教育资讯

2013微软认证考试练习题及答案(28)[1]

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/09 20:28:40 微软认证(MCSE)
2013微软认证考试练习题及答案(28)[1]
2013微软认证考试练习题及答案(28)[1]微软认证(MCSE)
【网络综合 - 微软认证(MCSE)试题】
无忧考网为大家收集整理了《2013微软认证考试练习题及答案(28)》供大家参考,希望对大家有所帮助!!!

QUESTION 56
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.


’ runat="server"/>




’ runat="server" />



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.

Answer: B

QUESTION 57
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.
The application contains two HTML pages named ErrorPage.htm and PageNotFound.htm.
You need to ensure that the following requirements are met:
When the userrequests a page that does not exist, the PageNotFound.htm page is displayed.
When any other error occurs, the ErrorPage.htm page is displayed.
Which section should you add to the Web.config file?

A. 微软认证(MCSE)