Microsoft Exam Questions

What should you do?

You are creating a Microsoft Windows SharePoint Services application.

The application has the following two Web Parts:

* Web Part A, which implements the IRowProvider interface
* Web Part B, which implements the IParametersInConsumer interface

You need to ensure that Web Part B can receive data from Web Part A.

What should you do?

A.
Use a browser transformer.

B.
Use an interface transformer from within the Microsoft Office SharePoint Designer application.

C.
Create a new Web Part that implements the IRowConsumer interface. Give the new Web Part the same name as Web Part A.

D.
Create a new Web Part that implements the IRowInConsumer interface. Give the new Web Part the same name as Web Part A and override the CanRunAt method.