可学答题网 > 问答 > MCTS(70-528)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You are developing a page named Produ


You are developing a page named Products.aspx in a Web application that contains three DropDownList controls that are dynamically loaded from a SQL Server 2005 database file. The DropDownList controls represent a vendor list, a certification list, and an exam list. Certkiller .com customers use the Products.aspx page to select exams related to particular certifications on offer from a particular vendor. A Go button initiates the selection. Each DropDownList control has an associated RequiredFieldValidator control.Whenever the customer selects a vendor, and the vendor offers certifications, then the customer must also select a certification if the. If the vendor only offers exams and not certifications, the certification list should remain hidden. Whenever the customer selects a certification, the customer must also select an exam. Validation error messages should only be displayed when the Go button is clicked. You need to set properties on the vendor DropDownList control. What should you do?()

  • A Set the AutoPostBack property to True and the CausesValidation property to False.
  • B Set the AutoPostBack property to False and the CausesValidation property to True.
  • C Set the AutoPostBack property to True and the CausesValidation property to True.
  • D Set the AutoPostBack property to False and the CausesValidation property to False.
参考答案
参考解析:

分类:MCTS(70-528)题库
相关推荐

1、You are developing a

You are developing an ASP.NET Web application. You create a master page. The master&#81...

2、You are developing a

You are developing a Hotel Booking application for a travel company. The users request&...

3、You are developing a page named Proce

You are developing a page named Process.aspx in a shopping cart Web application that will be integrated into Certkiller .coms existing e-Commerc...

4、You are developing a

You are developing an ASP.NET Web application. You create a master page. The master&#81...

5、You are developing a

You are developing an ASP.NET Web page that contains input controls, validation controls,&#...

6、You create a master page named Article

You create a master page named Article.master. Article.master serves as the template for articles on your Web site. The master page uses the f...