1. Question: You are creating a data-bound CheckBoxList control that allows a user to select options for configuring a vehicle. When the data is displayed to the user, you want the OptionName column to display. When the data is posted back to the server, you need the OptionId column value for all selected items. Which of the following attribute definitions would you set? (Choose all that apply.)

    A
    DataTextField=OptionId

    B
    DataTextField=OptionName

    C
    DataValueField=OptionId

    D
    DataValueField=OptionName

    Note: Not available
    1. Report
  2. Question: You want to display a list of suppliers on a webpage. The supplier list must display 10 suppliers at a time, and you require the ability to edit individual suppliers. Which web control is the best choice for this scenario? (Choose all that apply.)

    A
    The DetailsView control

    B
    The Repeater control

    C
    The GridView control

    D
    The ListView control

    Note: Not available
    1. Report
  3. Question: You want to display a list of parts in a master-detail scenario so that users can select a part number from a list that takes a minimum amount of space on the webpage. When the part is selected, a DetailsView control displays all the information about the part and allows users to edit the part. Which web control is the best choice to display the part number list for this scenario?

    A
    The DropDownList control

    B
    The RadioButtonList control

    C
    The FormView control

    D
    The TextBox control

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd