你可能喜欢
单项选择题
A.LoadViewStateByID
B.UniqueID
C.ClientIDMode
D.ClientIDRowSuffix
单项选择题
A.ClientID
B.ID
C.AssociatedControlID
D.ControlID
单项选择题
A.Add the following code to the Web.config file.
B.Add the following code to the Web.release.config file.
C.Add the following code to the Web.config file:
D.Add the following code to the Web.release.config file.
多项选择题
A.Use JavaScript Object Notation.
B.Use the RegisterClientScriptBlock method.
C.Use the RegisterClientScriptlnclude method.
D.Build a JavaScript function.
E.Use the RegisterClientScriptResource method.
多项选择题
A.Use RangeValidator.
B.Use RegularExpressionValidator
C.Use RequiredValidator
D.Use CompareValidator
E.Use RequiredFieldValidator
单项选择题
A.<%= Html.ActionLink("MyTest", "MyHome", new {area = "test"}, null)%>
B.<%= Html.RouteLink("MyHome", "MyTest", new {area = "test"}, null)%>
C.<%= Html.RouteLink("MyTest", "MyHome", "MyTest", new {area = "test"}, null)%>
D.<%= Html.ActionLink("MyTest", "MyHome", "MyTest", new {area = "test"}, null)%>
单项选择题
A.<%@ PreviousPageType VirtualPath ="~/MyPage.aspx"% >
B.<%@ PreviousPageType VirtualPath ="/MyPage.aspx/ ~"% >
C.<%@ PreviousPageType VirtualPath ="~/MyPage.master"% >
D.<%@ PreviousPageType VirtualPath ="~/MyPage"% >
单项选择题
A.@ MasterType
B.@ Master
C.@ PageType
D.@ MasterPage
单项选择题
A.Add the following configuration to the
B.Add the following configuration to the
C.Add the following @ Page directive to pages that query the database.
D.Add the following @ Page directive to pages that query the database.
多项选择题
A.Remove line 01.
B.Add the static modifier on lines 05 and 11.
C.Add the following attribute before line 10. [SoapDocumentMethod(Action="GetProductById")]
D.Modify the attribute on line 10 as follows. [WebMethod(MessageName="GetProductById")]