单项选择题
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.
单项选择题 You are developing a product search page named Search.aspx for Web application that will be integrated into Certkiller .coms existing e-Commerce Web site. The Search.aspx page allows customers search for products that match specific criteria. Once a product is located, you want an image of the product to be displayed. You want to use an Image control to display the image. You want to configure the Image control to display a description of the image if the image cannot be displayed in the customers Web browser. What should you do?()
多项选择题 You create a mobile Web application. You need to use a Command control to post user input from the UI elements back to the server. What are two possible ways to achieve this goal?()
多项选择题 You create a Web Form. You need to add controls that use adaptive rendering to display content. The type of content rendered must depend on the device that is requesting the page. What are two possible ways to achieve this goal? ()