網(wǎng)站首頁
考試題庫
在線模考
智能家居
網(wǎng)課試題
問&答
熱門試題
登錄 |
注冊(cè)
網(wǎng)站首頁
考試題庫
熱門試題
智能家居
網(wǎng)課試題
微軟認(rèn)證考試
題庫首頁
每日一練
章節(jié)練習(xí)
MCTSMCTS(70-515)單項(xiàng)選擇題每日一練(2019.01.10)
來源:考試資料網(wǎng)
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?()
點(diǎn)擊查看答案
2
Which property of the Label control gets\sets the identifer for a server control that the Label control is associated with?()
點(diǎn)擊查看答案
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? ()
點(diǎn)擊查看答案
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?()
點(diǎn)擊查看答案
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?()
點(diǎn)擊查看答案