单项选择题
A.DataPagingField B.DataPagerCollection C.DataPager D.DataPaging
WhichpropertyoftheListViewclassisusedtoget\setthenameof...
单项选择题Which property of the ListView class is used to get\set the name of the data field whose value exclusively identifes every data row of a ListView when the ClientIDMode property is set to Predictable?()
A.LoadViewStateByID B.UniqueID C.ClientIDMode D.ClientIDRowSuffix
WhichpropertyoftheLabelcontrolgets\setstheidentiferfora...
单项选择题Which property of the Label control gets\sets the identifer for a server control that the Label control is associated with?()
A.ClientID B.ID C.AssociatedControlID D.ControlID
YouworkasanASP.NETWebApplicationDeveloperforSomeCompany...
单项选择题You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform. You create an ASP.NET Web application using .NET Framework 4.0. You are planning to deploy the ASP.NET Web application to a production server by publishing the Web application in Release configuration. You must ensure that the connection string value in the Web.config file is updated to the connection string value of the production server during publishing. What will you do?()
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.