网站首页
考试题库
在线模考
智能家居
网课试题
问&答
热门试题
登录 |
注册
网站首页
考试题库
热门试题
智能家居
网课试题
微软认证考试
题库首页
每日一练
章节练习
MCTSMCTS(70-515)单项选择题每日一练(2019.01.10)
来源:考试资料网
1
You are implementing an ASP.NET Web site that will be accessed by an international audience. The site contains global and local resources for display elements that must be translated into the language that is selected by the user. You need to ensure that the Label control named lblCompany displays text in the users selected language from the global resource file. Which control markup should you use?()
点击查看答案&解析
2
Which property of the Label control gets\sets the identifer for a server control that the Label control is associated with?()
点击查看答案
3
You are developing an ASP.NET Web page that contains input controls, validation controls, and a button named btnSubmit. The page has the following code-behind.01 Public Class _Default 02 Inherits System.Web.UI.Page03 04 Protected Sub SaveToDatabase()05 06 End Sub07 08 Protected Sub btnSubmit_Click(ByVal sender As Object,09 ByVal e As EventArgs) Handles btnSubmit.Click10 11 End Sub12 13 End Class You need to ensure that all data that is submitted passes validation before the data is saved in a database. What should you do? ()
点击查看答案&解析
4
You develop an ASP.NET Web page that includes multiple WebPartZone controls, an EditorZone. Users report that they cannot customize the layout of the page by moving WebParts from one.You need to ensure that users can successfully move Web Parts from one zone to another. What should you do?()
点击查看答案&解析
5
You are perfoming security testing on an existing asp.net web page.You notice that you are able to issue unauthorised postback requests to the page. You need to prevent unauthorised post back requests. which page directive you use?()
点击查看答案&解析