Exhibit: You are developing a Web application. The Web application uses a GridView control to display data. You build your Web Forms for the Web application by dragging and dropping tables from the Data Connections tree in Server Explorer. You need to add

题目

Exhibit: You are developing a Web application. The Web application uses a GridView control to display data. You build your Web Forms for the Web application by dragging and dropping tables from the Data Connections tree in Server Explorer. You need to add a connection to your data by using the Add Connection dialog box as shown in the exhibit. During the process, you need to configure the .NET Data Provider that you use to create the data source objects. What should you do?()

A. Right-click the connection, and click Properties. Modify the Provider property of the data connection.

B. Click the Change button, and change the data provider for the selected data source.

C. Click the Advanced button, and change the Data Source property to the target provider.

D. Click the Advanced button, and change the Application Name property to the target provider.


相似考题
更多“Exhibit: You are developing a Web application. The Web application uses a GridView control ”相关问题
  • 第1题:

    WhatisthenameoftheWebLogicspecificdeploymentdescriptorofJavaEnterpriseApplication?()

    A.application.xml

    B.weblogic.xml

    C.web.xml

    D.weblogic-application.xml

    E.config.xml


    参考答案:B

  • 第2题:

    下面选项中,创建Servlet类后需要在哪个配置文件中进行配置()。

    A.web-config.xml

    B.application.xml

    C.config.xml

    D.web.xml


    D

  • 第3题:

    当有用户请求 Web页面时,会触发()事件?

    A.Application_Start()

    B.Session_Start()

    C.Application_End()

    D.Session_End()


    Application_Start()

  • 第4题:

    You are creating a custom control. The UI of the control must contain several text boxes and two buttons. The control must be available in the global assembly cache for reuse across multiple Web applications. You need to achieve this functionality by using the minimum amount of code.What should you do? ()

    A. Create a control that derives from System.Web.UI.Control.

    B. Create a control that derives from System.Web.UI.WebControls.CompositeControl.

    C. Create a control that derives from System.Web.UI.WebControls.WebControl.

    D. Create a control that derives from System.Web.UI.UserControl.


    参考答案:B

  • 第5题:

    1、当有用户请求 Web页面时,会触发()事件?

    A.Application_Start()

    B.Session_Start()

    C.Application_End()

    D.Session_End()


    Session_Start()

  • 第6题:

    试述Web数据库应用程序开发中SqlDataSource和GridView控件的使用方法。


    B