logo

CuriousTab

CuriousTab

Discussion


Home Certification Microsoft Certification See What Others Are Saying!
  • Question
  • You are creating an ASP.NET page for a travel service. The page contains a CheckBoxList control that contains travel destinations. Customer can select favorite destinations to receive weekly e-mail updates of travel packages. The CheckBoxList control is bound to a database table of possible destinations. Each destination is ranked according to its popularity. You modify the page to sort the destination list by rank, from the most popular to the least popular. The list has three columns. You want the most popular destination to be on the top row of the check box list at run time. Which property setting should you use for the CheckBoxList control?


  • Options
  • A. Set the RepeatDirection property to Vertical.
  • B. Set the RepeatDirection property to Horizontal.
  • C. Set the RepeatLayout property to Flow.
  • D. Set the RepeatLayout property to Table.

  • Correct Answer
  • Set the RepeatDirection property to Horizontal. 

    Explanation

    The DataList.RepeatDirection property is used to get or select whether the DataList control displays vertically or horizontally. If this property is set to RepeatDirection.Horizontal, the items in the list are displayed in rows loaded from left to right, then top to bottom, until all items are rendered.

     

    Incorrect Answers:

    A: If the DataList.RepeatDirection property is set to RepeatDirection.Vertical, the items in the list are displayed in columns loaded from top to bottom, then left to right, until all items are rendered.


    C, D:DataList.RepeatLayout Property gets or sets whether the control is displayed in a table or flow layout. It does not affect the order in which the items are displayed.


  • More questions

    • 1. If you wanted administrators to see a message when logging into the router, which command would you use?

    • Options
    • A. message banner motd
    • B. banner message motd
    • C. banner motd
    • D. message motd
    • Discuss
    • 2. At which layer of the OSI model would you assume the problem is if you type show interface serial 1 and receive the following message? Serial 1 is down, line protocol is down

    • Options
    • A. Physical layer
    • B. Data Link layer
    • C. Network layer
    • D. None
    • Discuss
    • 3. Which commands loads a new version of the Cisco IOS into a router?

    • Options
    • A. copy flash ftp
    • B. copy ftp flash
    • C. copy flash tftp
    • D. copy tftp flash
    • Discuss
    • 4. What is the command to copy a Cisco IOS to a TFTP server?
    • Discuss
    • 5. When a PC sends a packet to another PC in a remote network, what destination IP address and MAC address will be in the frame that it sends to its default gateway?
    • Discuss
    • 6. What is the administrative distance of OSPF?

    • Options
    • A. 90
    • B. 100
    • C. 110
    • D. 120
    • Discuss
    • 7. With which network type will OSPF establish router adjacencies but not perform the DR/BDR election process?

    • Options
    • A. Point-to-Point
    • B. Backbone area 0
    • C. Broadcast multi-access
    • D. Non-broadcast multi-access
    • Discuss
    • 8. A network administrator needs to configure a router with a distance-vector protocol that allows classless routing. Which of the following satisfies those requirements?

    • Options
    • A. IGRP
    • B. OSPF
    • C. RIPv1
    • D. EIGRP
    • Discuss
    • 9. You get a call from a network administrator who tells you that he typed the following into his router: Router (config) #router ospf 1 Router (config-router) # network 10.0.0.0. 255. 0.0.0 area 0 He tells you he still can't see any routes in the routing table. What configuration error did the administrator make?

    • Options
    • A. The wildcard mask is incorrect
    • B. The OSPF area is wrong
    • C. The OSPF Process ID is incorrect.
    • D. The AS configuration is wrong
    • Discuss
    • 10. Which proprietary Cisco STP extensions would put a switch port into err-disabled if a BPDU is received on this port?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment