单项选择题
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.
多项选择题You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform. You are creating an ASP.NET Web application using .NET Framework 4.0. The application holds a Web page named MyHome.aspx. You are creating a button with a rolloverimage on MyHome.aspx. However, when mouse hovered over the button image, the rolloverimage is retrieved from the server in a separate request. You need to use an improved rollover button in which the button„s rolloverimage is already downloaded and stored in the browser’s cache, as a result when you hover over the button, it is instantly displayed. What will you do to accomplish this?()
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.