nerdexam
Microsoft

70-573 · Question #259

You are creating two Web Parts named WPMaster and WPDetails. You need to ensure that when an item is selected from WPMaster, the details of the item are displayed in WPDetails. What should you…

The correct answer is C. IWebPartRow. MNEMONIC RULE: "Web Part item = IWebpartRow" ICellProvider is now obsolete, you should use IWebPartField instead. This gives you a single field of data towork with. IListProvider is now obsolete, you should use IWebPartTable instead. IWebPartTable gives you an entire table of…

Developing for User Experience

Question

You are creating two Web Parts named WPMaster and WPDetails. You need to ensure that when an item is selected from WPMaster, the details of the item are displayed in WPDetails. What should you implement in WPMaster?

Options

  • AICellProvider
  • BIListProvider
  • CIWebPartRow
  • DIWebPartTable

How the community answered

(47 responses)
  • A
    6% (3)
  • B
    13% (6)
  • C
    77% (36)
  • D
    4% (2)

Explanation

MNEMONIC RULE: "Web Part item = IWebpartRow" ICellProvider is now obsolete, you should use IWebPartField instead. This gives you a single field of data towork with. IListProvider is now obsolete, you should use IWebPartTable instead. IWebPartTable gives you an entire table of data. Defines a provider interface for connecting two server controls using a single row of data. IWebPartRow Interface

Topics

#Web Part connections#IWebPartRow#provider interface#Web Part communication

Community Discussion

No community discussion yet for this question.

Full 70-573 Practice