Free Microsoft 70-573 Exam Dumps Questions & Answers
| Exam Code/Number: | 70-573Join the discussion |
| Exam Name: | TS: Office SharePoint Server, Application Development (available in 2010) |
| Certification: | Microsoft |
| Free Question Number: | 150 |
| Publish Date: | Jul 30, 2026 |
| # of views: | 2552 |
|
|
|
You plan to create two Web Parts named Products and ProductDetails. You create an interface that contains the following code segment.
public interface Interface1{ string Productid { get; set; }}
You need to ensure that the Products Web Part sends ProductId to the ProductDetails Web Part. You must achieve this goal by using the ASP.NET Web Part connection framework.
What should you do?
You are creating a custom workflow action that will be used in Microsoft SharePoint Designer reusable workflows.
The action will programmatically create a SharePoint site named Site1 at a specific URL.
You need to ensure that users can specify the URL of Site1 in the action.
What should you use?
You create an entity named Customer in a Business Connectivity Services (BCS) object model. You need to ensure that Customer data can be displayed in a Business Data List Web Part. Which method type should you use?
You need to connect two Web Parts by using the IWebPartRow interface. Which method should you use?