70-573 무료 덤프문제 온라인 액세스

시험코드:70-573
시험이름:TS: Office SharePoint Server, Application Development (available in 2010)
인증사:Microsoft
무료 덤프 문항수:150
업로드 날짜:2026-05-21
평점
100%

문제 1

You need to connect two Web Parts by using the IWebPartRow interface. Which method should you use?

문제 2

You create a Web Part that programmatically updates the description of the current SharePoint site.
The Web Part contains the following code segment. (Line numbers are included for reference only.)
01 SPSecurity.RunWithElevatedPrivileges(delegate()
02 {
03 SPSite currSite = SPContext.Current.Site;
04 SPWeb currWeb = SPContext.Current.Web;
05 using (SPSite eSite = new SPSite(currSite.ID))
06 {
07 using (SPWeb eWeb = eSite.OpenWeb(currWeb.ID))
08 {
09 eWeb.AllowUnsafeUpdates = true;
10 currWeb.Description = "Test";
11 currWeb.Update();
12 eWeb.AllowUnsafeUpdates = false;
13 }
14 }
15 });
Users report that they receive an Access Denied error message when they use the Web Part. You need to ensure that all users can use the Web Part to update the description of the current site.
What should you do?

문제 3

You have a Web Part named WebPart1. WebPart1 runs on a Microsoft Office SharePoint Server 2007
server.
You need to ensure that WebPart1 can run as a sandboxed solution in SharePoint Server 2010.
What should you do?

문제 4

You need to create a Web control that displays HTML content during the last stage of the page processing lifecycle.
Which method should you override in the Web control?

문제 5

You create a SharePoint solution by using Microsoft Visual Studio 2010. The SharePoint solution contains
a third-party assembly.
You need to deploy the third-party assembly to the Global Assembly Cache (GAC).
What should you use?

댓글 추가

귀하의 메일주소는 공개되지 않습니다. 필수 입력 사항은 표시되어 있습니다. *

insert code
그림의 인증번호를 입력하세요.