单项选择题Which event of the GridView class occurs when the Edit button of a row is clicked, but before the GridView control enters edit mode?()

A.RowEntered
B.RowEdited
C.RowEntering
D.RowEditing


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题

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. The ASP.NET application is used to track employee performance. It uses Microsoft Windows authentication. Employees are members of a group named Employees.  Managers are members of a group named Managers.  The root folder of the application is named Details. The Details folder displays information about employees„ performance.  The Details folder has a subfolder named MoreDetails. You need to ensure that employees and managers can access pages stored in the Details folder. However, only managers can access pages stored in the MoreDetails folder.   
You make the following entries in the Web.config file in the Details folder.
You make the following entries in the Web.config file in the MoreDetails folder.
When managers try to access pages stored in the MoreDetails folder, they receive the following error message:"An error occurred during the processing of a configuration file required to service this request." You must ensure that managers are able to access pages stored in the MoreDetails folder. What will you do to accomplish this?()

A.Add the following directive between line 1 and line 2 in the Web.config file in the MoreDetails folder:<identity impersonate="false" /> 
B.Modify line 4 in the Web.config file in the MoreDetails folder as follows:<allow users="*" />
C.Add the following directive between line 1 and line 2 in the Web.config file in the MoreDetails folder:<identity impersonate="true" /> 
D.Replace line 1 in the Web.config file in the MoreDetails folder with <authentication mode="Windows" />
E.Add the following directive between line 1 and line 2 in the Web.config file in the Details folder: <identity impersonate="true" /> 

3.单项选择题Which utility allows you to pre-compile and publish your Web site to a new location?()

A.Publish Web Site
B.Web-based installation
C.Web site project mode
D.Web services directory

4.单项选择题Which of the following is the correct collection of build events?()

A.Pre-Build, Post-Link, and Pre-Link
B.Pre-Build, Post-Build, and Post-Link
C.Pre-Build, Pre-Link, and Post-Build
D.Post-Link, Pre-Link, and Post-Build

7.单项选择题Which control allows you to bind to data items that are returned from a data source and display them?()

A.ListView Web Server Control
B.DetailsView Web Server Control
C.DataList Web Server Control
D.Data Web Server Control

最新试题

Which method of the Page class searches the page naming container for a server control with a particular identifer?()

题型:单项选择题

You have a login.ascx control and to display it in a view which method u would use()

题型:单项选择题

You have to store user data of 200 KB in an object. Which state management technique to use:()

题型:单项选择题

Which class provides paging functionality for data-bound controls that implement the IPageableItemContainer interface?()

题型:单项选择题

You are developing an ASP.NET Web application. The application must pass an object that contains user-specific data between multiple pages. The object ismore than 100 KB in size when serialized.You need to minimize the amount of data is sent to the user.What should you do?()

题型:单项选择题

Which of the following is the correct collection of build events?()

题型:单项选择题

You are developing an ASP.NET Web page that uses jQuery validation. The user should enter a valid email address in a text box that has ID txtEmail. The page must display "E-Mail address required" when the user does not enter an address and "Invalid e-mailaddress" when the user enters an address that is not formatted properly. You need to ensure that the appropriate error message is displayed when the text box does not contain a valid e-mail address.  Which two code segments should you add?()

题型:多项选择题

ou are developing an ASP.NET MVC 2 application. You create a view that will be returned by action methods in multiple controllers. You need to place the view in the appropriate folder. To which subfolder within the Views folder should you add the view?()

题型:单项选择题

The page will be posted to the server after one or more image files are selected for upload.You need to ensure that all unuploaded files are saved to the server within one call to a single event handler. What should you do? ()

题型:单项选择题

You have migrated a web application from .net 3.5 to 4.0. the application hat to render same as in .net 3.5.()

题型:单项选择题